FoundationDB
FoundationDB
FoundationDB is an open-source, distributed, transactional key-value store renowned for providing full, multi-key ACID transactions across its entire distributed cluster. It achieves high performance, scalability, and fault tolerance by building upon a simple, ordered key-value core, which serves as a solid foundation for more complex data models. A key architectural feature is its use of "layers," which are client-side libraries that implement different data models (such as document, graph, or even relational) on top of the core transactional key-value API, making it a uniquely flexible and powerful platform for building a wide range of stateful applications that require strong consistency guarantees.
1.
1.1.
1.1.1.
1.1.2.
1.1.3.
1.2.
1.2.1.
1.2.2.
1.2.3.
1.2.4.
1.3.
1.3.1.
1.3.2.
1.3.3.
1.3.4.
1.4.
1.4.1.
1.4.2.
1.4.3.
1.4.4.
1.4.5.
1.4.6.
1.5.
1.5.1.
1.5.2.
1.5.3.
1.5.4.
1.6.
1.6.1.
1.6.2.
1.6.3.
1.6.4.
1.6.5.