Go to file
yichic 1e109542f2
Merge pull request #94 from alexmiller-apple/javadoc-fix-5.1
Fix broken links in java docs
2018-03-19 13:45:16 -07:00
bindings Fix other broken links in java docs. 2018-03-19 13:42:42 -07:00
build Integrated documentation building into root Makefile 2018-03-13 13:09:52 -07:00
design tuple and versionstamp documentation updates 2017-10-24 17:53:16 -07:00
documentation Merge pull request #92 from richardalow/admin-docs 2018-03-19 12:58:43 -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 Updates URLs and email addresses in documentation and package config. 2018-03-15 16:30:29 -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 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 Updates URLs and email addresses in documentation and package config. 2018-03-15 16:30:29 -07: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 Added support for copying documentation package to package directory 2018-03-15 16:07:23 -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 Fix the version tag. 2018-03-13 15:28:07 -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.