Go to file
A.J. Beamon ca3fdddf03 Flow bindings no longer support API versions prior to 500. Remove DB name argument. 2017-05-26 13:59:10 -07:00
bindings Flow bindings no longer support API versions prior to 500. Remove DB name argument. 2017-05-26 13:59:10 -07:00
build Initial repository commit 2017-05-25 13:48:44 -07:00
fdbbackup Initial repository commit 2017-05-25 13:48:44 -07:00
fdbcli Initial repository commit 2017-05-25 13:48:44 -07:00
fdbclient Attempt to eliminate a race in DLSingleAssignmentVar between cancelling a future and checking its ref count. Reduce the amount of iterations in the test because it’s timing out on the pie workers. 2017-05-26 10:47:37 -07:00
fdbmonitor Initial repository commit 2017-05-25 13:48:44 -07:00
fdbrpc Removed dead machine option from simulation 2017-05-25 16:29:02 -07:00
fdbserver Removed dead machine option from simulation 2017-05-25 16:29:02 -07:00
fdbservice Initial repository commit 2017-05-25 13:48:44 -07:00
flow Merge branch 'release-5.0' into bindings-tuple-improvements 2017-05-26 12:33:33 -07:00
layers Initial repository commit 2017-05-25 13:48:44 -07:00
packaging Initial repository commit 2017-05-25 13:48:44 -07:00
recipes Initial repository commit 2017-05-25 13:48:44 -07:00
tests Initial repository commit 2017-05-25 13:48:44 -07:00
.gitignore Initial repository commit 2017-05-25 13:48:44 -07:00
ACKNOWLEDGEMENTS Initial repository commit 2017-05-25 13:48:44 -07:00
LICENSE Initial repository commit 2017-05-25 13:48:44 -07:00
Makefile Initial repository commit 2017-05-25 13:48:44 -07:00
README.md Initial repository commit 2017-05-25 13:48:44 -07:00
foundationdb.sln Initial repository commit 2017-05-25 13:48:44 -07:00
versions.target update versions.target 2017-05-25 13:54:33 -07:00

README.md

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.