Go to file
Bhaskar Muppana 1655547048 Removing keyConfigLogUid in preference to KeyBackedConfig::getUidAsKey(). 2017-08-30 15:07:36 -07:00
bindings Merge branch 'release-5.0' 2017-08-24 17:07:35 -07:00
build Initial repository commit 2017-05-25 13:48:44 -07:00
fdbbackup fix: call initSignalSafeUnwind in fdbcli and backup to avoid hangs in slow task profiling. 2017-08-07 15:55:08 -07:00
fdbcli Unify and clarify interactive and --exec command error and parse error handling. 2017-08-21 13:42:01 -07:00
fdbclient Removing keyConfigLogUid in preference to KeyBackedConfig::getUidAsKey(). 2017-08-30 15:07:36 -07:00
fdbmonitor replace wd40 references from fdbmonitor with command to unset environment variables 2017-07-19 15:38:29 -07:00
fdbrpc Merge branch 'release-5.0' 2017-08-24 14:48:47 -07:00
fdbserver rollback workload now clogs the communication between one of the proxies and the tlogs, since that is what will cause a rollback 2017-08-23 16:08:13 -07:00
fdbservice Initial repository commit 2017-05-25 13:48:44 -07:00
flow Moving keyBackupContainer to BackupConfig.backupContainer() 2017-08-30 12:48:28 -07:00
layers Initial repository commit 2017-05-25 13:48:44 -07:00
packaging Merge pull request #140 from cie/remove-wd40-refs 2017-08-14 10:22:52 -07:00
recipes updated paths and formatting with go docs and examples 2017-07-05 17:25:32 -07:00
tests added perf tests in python and java for single key get ranges 2017-07-11 19:32:24 -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 Added OS X compilation option for c files to cpp files to support old versions of OSX 2017-07-18 11:09:10 -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 for next release. 2017-08-09 23:34:14 -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.