Go to file
John Brownlee 7d1984b4d4 Initial import of cleaned up documentation. 2018-03-13 13:09:35 -07:00
bindings Update Java documentation for 5.1 bindings to indicate that only API version 510 is supported. 2018-03-02 10:24:54 -08:00
build Merge pull request #16 from AlvinMooreSr/release-5.0 2018-03-05 08:50:07 -08:00
design tuple and versionstamp documentation updates 2017-10-24 17:53:16 -07:00
documentation Initial import of cleaned up documentation. 2018-03-13 13:09:35 -07:00
fdbbackup remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
fdbcli remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
fdbclient Merge pull request #58 from satherton/more-precise-backup-expire-safety 2018-03-09 12:06:24 -08:00
fdbmonitor remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
fdbrpc suppress spammy trace events 2018-03-09 10:16:34 -08:00
fdbserver Don't try to extract attributes from the program start trace events if they couldn't be collected. 2018-03-09 11:55:57 -08:00
fdbservice remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
flow suppress spammy logs 2018-03-09 09:40:36 -08:00
layers remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
packaging Changed WIX Installer GUID. 2018-03-09 15:33:56 -08:00
recipes remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
tests Add missing available_bytes fields to test status schemas 2018-03-09 14:17:20 -08: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 Patch up the makefiles and remove references to the completable bindings 2017-12-13 11:07:19 -08:00
README.md Initial repository commit 2017-05-25 13:48:44 -07:00
foundationdb.sln Remove sql project and other cruft from solution file. 2018-02-27 09:24:08 -08:00
versions.target Update to next version, 5.1.5 2018-03-09 16:32:23 -08: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.