Project Description
FoundationDB - FoundationDB is a distributed database designed to handle large amounts of structured data across commercial server clusters. It organizes data as an ordered key-value store and uses ACID transactions for all operations. It is particularly suitable for read/write workloads but also performs well with write-intensive workloads. Users interact with the database using API language bindings.