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.
forked from apple/foundationdb
-
Notifications
You must be signed in to change notification settings - Fork 0
FoundationDB - the open source, distributed, transactional key-value store
License
jzhou77/foundationdb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
FoundationDB - the open source, distributed, transactional key-value store
Resources
License
Code of conduct
Stars
Watchers
Forks
Packages 0
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%