Skip to content

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

License

Notifications You must be signed in to change notification settings

sfc-gh-huliu/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

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.0%
  • C 19.5%
  • Python 4.3%
  • Java 3.3%
  • CMake 1.2%
  • Go 1.2%
  • Other 2.5%