CouchDB 4 is built upon Foundation FWIW
FoundationDB: A distributed, unbundled, transactional key value store [pdf]
41–50 of 103 posts
Re: FoundationDB: A distributed, unbundled, transactional key value store [pdf]
#42It's unfortunate that they went silent for years after the Apple acquisition. That period was key for database adoption. I have the feeling everybody kind of settled for pgsql.
Re: FoundationDB: A distributed, unbundled, transactional key value store [pdf]
#43This seems like a good place to ask - are there any new and exiting FOSS "application" worth checking out? I recall from the initial publication of the source - there was references to a great sql layer? I don't know if a FOSS work-a-like ever materialized? Other things I'd hoped for was a network filesystem/blob layer, like maybe s3/nfs/webdavfs compatible? What are people building on top of foundationdb today? Ed:…
Re: FoundationDB: A distributed, unbundled, transactional key value store [pdf]
#44Re: FoundationDB: A distributed, unbundled, transactional key value store [pdf]
#45Re: FoundationDB: A distributed, unbundled, transactional key value store [pdf]
#46This seems like a good place to ask - are there any new and exiting FOSS "application" worth checking out? I recall from the initial publication of the source - there was references to a great sql layer? I don't know if a FOSS work-a-like ever materialized? Other things I'd hoped for was a network filesystem/blob layer, like maybe s3/nfs/webdavfs compatible? What are people building on top of foundationdb today? Ed:…
Re: FoundationDB: A distributed, unbundled, transactional key value store [pdf]
#47This seems like a good place to ask - are there any new and exiting FOSS "application" worth checking out? I recall from the initial publication of the source - there was references to a great sql layer? I don't know if a FOSS work-a-like ever materialized? Other things I'd hoped for was a network filesystem/blob layer, like maybe s3/nfs/webdavfs compatible? What are people building on top of foundationdb today? Ed:…
I’m curious about this as well. Is anyone working on building text search on top of FDB? It’s kind of astounding to me that last time I checked Elasticsearch was still essentially the only game in town.
Re: FoundationDB: A distributed, unbundled, transactional key value store [pdf]
#48It's unfortunate that they went silent for years after the Apple acquisition. That period was key for database adoption. I have the feeling everybody kind of settled for pgsql.
That's probably because of spending time on this echo chamber.
In reality everyone has likely been staying with the same databases they know and love but just moved to the cloud. It's why now AWS for example offers such a wide variety of databases e.g. MySQL, PostgreSQL, SQL Server, Oracle, MongoDB, Cassandra, Redis.
Re: FoundationDB: A distributed, unbundled, transactional key value store [pdf]
#49It's unfortunate that they went silent for years after the Apple acquisition. That period was key for database adoption. I have the feeling everybody kind of settled for pgsql.
Those are two completely non overlapping use cases. If you can use pgsql for your problem, you have no business trying to use a distributed key value store instead. That would be at least as dumb as driving screws with a hammer.
Re: FoundationDB: A distributed, unbundled, transactional key value store [pdf]
#50I’d love to see a good primer on data models and scenarios that are well suited to FDB.
this is limited by your creativity and willingness to make tradeoffs. the only really general statement i can think of is that the "larger"/"longer" your transactions are, the harder a time you'll have getting it to cooperate with FDB. "small"/"fast" transactions will be easier to fit into its model. (to likely replies: this isn't an absolute, see all the quotes. yes things like redwood will alleviate some of this, b…
This may be out-dated, please let me know if the story has evolved here.