Skip to content

jzhou77/foundationdb

Repository files navigation

FoundationDB

FoundationDB is a distributed database designed to handle large volumes of structured data across clusters of commodity servers. It organizes data as an ordered key-value store and employs ACID transactions for all operations. It is especially well-suited for read/write workloads but also has excellent performance for write-intensive workloads. Users interact with the database using API language binding.

About

FoundationDB - the open source, distributed, transactional key-value store

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 68.5%
  • C 18.7%
  • Python 4.2%
  • Java 3.2%
  • CMake 1.4%
  • Go 1.2%
  • Other 2.8%