Affiliation:
1. Apple Inc., Cupertino, CA, USA
2. Cockroach Labs, New York, NY, USA
3. Snowflake Inc., San Mateo, CA, USA
4. Vienna, VA, USA
Abstract
FoundationDB is an open-source transactional key-value store created more than 10 years ago. It is one of the first systems to combine the flexibility and scalability of NoSQL architectures with the power of ACID transactions. FoundationDB adopts an unbundled architecture that decouples an in-memory transaction management system, a distributed storage system, and a built-in distributed configuration system. Each sub-system can be independently provisioned and configured to achieve scalability, high availability, and fault tolerance. FoundationDB includes a deterministic simulation framework, used to test every new feature under a myriad of possible faults. This rigorous testing makes FoundationDB extremely stable and allows developers to introduce and release new features in a rapid cadence. FoundationDB offers a minimal and carefully chosen feature set, which has enabled a range of disparate systems to be built as layers on top. FoundationDB is the underpinning of cloud infrastructure at Apple, Snowflake, and other companies, due to its consistency, robustness, and availability for storing user data, system metadata and configuration, and other critical information.
Publisher
Association for Computing Machinery (ACM)
Reference22 articles.
1. CouchDB. https://couchdb.apache.org/. CouchDB. https://couchdb.apache.org/.
2. Flow. https://github.com/apple/foundationdb/tree/master/flow. Flow. https://github.com/apple/foundationdb/tree/master/flow.
3. FoundationDB. https://github.com/apple/foundationdb. FoundationDB. https://github.com/apple/foundationdb.
4. FoundationDB Joshua. https://github.com/FoundationDB/fdb-joshua. FoundationDB Joshua. https://github.com/FoundationDB/fdb-joshua.
5. Foundationdb storage adapter for janusgraph. https://github.com/JanusGraph/janusgraph-foundationdb. Foundationdb storage adapter for janusgraph. https://github.com/JanusGraph/janusgraph-foundationdb.