Apple owned-company FoundationDB today announced that the FoundationDB core has been open sourced with the goal of building an open community with all major development done in the open.
FoundationDB, a database company, was purchased by Apple back in 2015. As described in today's announcement, FoundationDB is a distributed datastore that's been designed from the ground up to be deployed on clusters of commodity hardware.

By open sourcing the project to drive development, FoundationDB is aiming to become "the foundation of the next generation of distributed databases.
The vision of FoundationDB is to start with a simple, powerful core and extend it through the addition of "layers". The key-value store, which is open sourced today, is the core, focused on incorporating only features that aren't possible to write in layers. Layers extend that core by adding features to model specific types of data and handle their access patterns.
The fundamental architecture of FoundationDB, including its use of layers, promotes the best practices of scalable and manageable systems. By running multiple layers on a single cluster (for example a document store layer and a graph layer), you can match your specific applications to the best data model. Running less infrastructure reduces your organization's operational and technical overhead.
Following the open sourcing of FoundationDB, the company believes the quantity and variety of FoundationDB layers will develop rapidly. FoundationDB has adopted a new set of project governance rules and a code of conduct for community development.
The source for FoundationDB is available on Github as of today, and those who wish to join the project are encouraged to visit the FoundationDB community forums, submit bugs, and make contributions to the core software and documentation.





















Top Rated Comments
This is for different purposes than MySQL.
Apple used Cassandra before procuring FoundationDB mainly for iMessage, iTS/MAS passwords. I was kind of ticked off at the time as I was getting into FoundationDB before it was yanked off GitHub - resources were there one day and gone the next. I'd read at the time that DataStax was POed as they'd filed for an IPO (no pun intended) as Apple was a major contributor to developing Cassandra. What I don't know but surmised at the time that Apple's hiccups with iCloud started around the time they started plugging FoundationDB in; one of my partners was using FoundationDB for a project at the time, ended up spending a LOT more $$$ when she ended up using Oracle instead as she didn't have enough time to dial in another NoSQL database - it took a nice bottle of Scotch to get her to cool down the day FoundationDB's resources disappeared.