FoundationDB
FoundationDB is a distributed, multi-model transactional database designed to run on commodity hardware and scale across large clusters. It provides serializable ACID transactions across a distributed key-value store, enabling complex data access patterns while maintaining strong consistency and fault tolerance.
The core stores data as ordered key-value pairs and supports multi-key transactions, automatic data partitioning, replication,
APIs are available for multiple programming languages, and deployments can be run on-premises or in cloud environments.
FoundationDB originated as an independent project and later was acquired by Apple. Apple released the core
Common use cases include workloads requiring strong consistency across distributed data, such as financial services, identity