Go to file
Stephen Atherton 5de6c703cf Fixed line endings which were changed to UNIX style during a recent merge. 2017-06-15 16:57:35 -07:00
bindings Merge branch 'release-4.6' into release-5.0 2017-06-14 16:43:53 -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 Fixed printf field width specifier to reduce compilation warnings within OS X 2017-05-26 14:51:34 -07:00
fdbclient fix: do not use TLS in protectedAddresses 2017-06-02 13:52:21 -07:00
fdbmonitor Initial repository commit 2017-05-25 13:48:44 -07:00
fdbrpc fix: asyncFileNonDurable could never complete deleting a file in rare situations 2017-06-15 13:30:15 -07:00
fdbserver Fixed line endings which were changed to UNIX style during a recent merge. 2017-06-15 16:57:35 -07:00
fdbservice Initial repository commit 2017-05-25 13:48:44 -07:00
flow Merge branch 'release-4.6' into release-5.0 2017-06-14 16:43:53 -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 randomized the delays in atomic switchover workload 2017-06-01 12:08:21 -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.