> Document Layer has a familiar API, and is compatible with the MongoDB® protocol Was wondering how I would replace MongoDB due to the shift in Licensing become more and more agressive. Well , I think I found it. Farewell MongoDB.
It's like hard slap straight in the face. They changed license because they perceived that multibilion giant(s) feasts and earn money upon their work and gives back not that much. In return giant just slaps
FoundationDB Document Layer
31–36 of 36 posts
Re: FoundationDB Document Layer
#32Re: FoundationDB Document Layer
#33I'm a little confused. Does the "layers" concept mean the data which is stored in the core can be accessed in any valid manner that the layers allow? Or stated differently: if I've got a dumpster fire of data in a MongoDB that should have been in an RDBMS but moving to SQL would be too risky/slow would this allow me to schlep my Mongo data to FoundationDB and have the app continue to use the Mongo access methods whil…
so you could (hypothetically, if such software existed), have this mongo layer, and then another layer off to the side which took SQL queries, and figured out how to turn them into KV queries against the data that the mongo layer has stored.
more realistically, you could have your SQL clients know how to talk to foundationdb directly (making them into the layer; presumably they're a web backend or something already), and they could know how to execute the high level operation they want to perform against the KV data stored by the mongo layer. conveniently skipping all of the SQL translation that there isn't software for.
Re: FoundationDB Document Layer
#34Can someone write a Google Datastore layer so that I can finish my appengine/datastore adventure once and for all?
Is there anything we could be doing to serve you better?
Re: FoundationDB Document Layer
#35Can someone write a Google Datastore layer so that I can finish my appengine/datastore adventure once and for all?
well there is https://github.com/AppScale/appscale which probably has some kind of layer on top of cassandra that will emulate it. but it's a really big project... (But you can run just the Datastore: https://github.com/AppScale/appscale/tree/master/AppDB )
Re: FoundationDB Document Layer
#36Can someone write a Google Datastore layer so that I can finish my appengine/datastore adventure once and for all?
Be the change you want to see