Go to file
Evan Tschannen b02d986e12
Merge pull request #134 from etschannen/release-5.2
hide options that are intended for internal use only
2018-04-10 16:27:53 -07:00
bindings Merge pull request #114 from apple/release-5.1 2018-03-22 10:31:47 -07:00
build Removed outdated information messages 2018-03-19 20:12:49 -07:00
design tuple and versionstamp documentation updates 2017-10-24 17:53:16 -07:00
documentation Documenation Package Fix (#113) 2018-03-22 07:50:56 -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 switch to using zu for some size_t variables in printf 2018-03-14 18:07:05 -07:00
fdbclient Merge pull request #134 from etschannen/release-5.2 2018-04-10 16:27:53 -07:00
fdbmonitor remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
fdbrpc Merge pull request #89 from yichic/share-log-mutations-5.2 2018-03-19 12:01:26 -07:00
fdbserver fix: storage recruitment could get stuck in a spin loop 2018-04-03 18:06:31 -07:00
fdbservice remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
flow Merge pull request #74 from bnamasivayam/client-profiling-tests 2018-03-23 16:52:49 -07:00
layers remove trailing whitespace from our copyright headers ; fixed formatting of python setup.py 2018-02-21 10:25:11 -08:00
packaging Update download page links, add Windows package, remove Node packages, and some rewording. Fix a comment in the Windows installer. 2018-03-19 14:44:32 -07:00
recipes bump API version to 520 2018-03-02 10:30:41 -08:00
tests Merge pull request #74 from bnamasivayam/client-profiling-tests 2018-03-23 16:52:49 -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 Documenation Package Fix (#113) 2018-03-22 07:50:56 -07: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 updated version to 5.2 2018-01-02 11:28:30 -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.