Go to file
A.J. Beamon e2d3afb621 Merge branch 'release-5.1' into merge-release-5.1-into-release-5.2
# Conflicts:
#	Makefile
#	documentation/sphinx/Makefile
#	documentation/sphinx/source/administration.rst
#	documentation/sphinx/source/anti-features.rst
#	documentation/sphinx/source/api-general.rst
#	documentation/sphinx/source/building-cluster.rst
#	documentation/sphinx/source/class-scheduling-go.rst
#	documentation/sphinx/source/class-scheduling-java.rst
#	documentation/sphinx/source/class-scheduling-ruby.rst
#	documentation/sphinx/source/class-scheduling.rst
#	documentation/sphinx/source/command-line-interface.rst
#	documentation/sphinx/source/configuration.rst
#	documentation/sphinx/source/downloads.rst
#	documentation/sphinx/source/fault-tolerance.rst
#	documentation/sphinx/source/features.rst
#	documentation/sphinx/source/getting-started-linux.rst
#	documentation/sphinx/source/getting-started-mac.rst
#	documentation/sphinx/source/guide-common.rst.inc
#	documentation/sphinx/source/hierarchical-documents-java.rst
#	documentation/sphinx/source/index.rst
#	documentation/sphinx/source/known-limitations.rst
#	documentation/sphinx/source/multimaps-java.rst
#	documentation/sphinx/source/performance.rst
#	documentation/sphinx/source/segmented-range-reads-java.rst
#	documentation/sphinx/source/simple-indexes-java.rst
#	documentation/sphinx/source/spatial-indexing-java.rst
#	documentation/sphinx/source/subspace-indirection-java.rst
#	documentation/sphinx/source/tables-java.rst
#	documentation/sphinx/source/vector-java.rst
#	versions.target
2018-03-21 09:28:10 -07:00
bindings Merge branch 'release-5.1' into merge-release-5.1-into-release-5.2 2018-03-21 09:28:10 -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 Merge pull request #86 from bnamasivayam/release-5.1 2018-03-20 17:25:27 -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 branch 'release-5.1' into merge-release-5.1-into-release-5.2 2018-03-21 09:28:10 -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 Address review comments. 2018-03-20 14:38:04 -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 #37 from bnamasivayam/release-5.2 2018-03-20 17:31:46 -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 #89 from yichic/share-log-mutations-5.2 2018-03-19 12:01:26 -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 Modified the name of the documentation artifact to vary in release and snapshot build 2018-03-19 13:27:09 -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.