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
sfc-gh-huliu/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
Releases
No releases published
Packages 0
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%