Go to file
Alec Grieser c12c928141 Merge branch 'master' into bindings-versionstamps-in-tuples 2017-10-18 14:13:01 -07:00
bindings Merge branch 'master' into bindings-versionstamps-in-tuples 2017-10-18 14:13:01 -07:00
build Initial repository commit 2017-05-25 13:48:44 -07:00
design added documentation for versionstamped tuples to python docs 2017-10-10 09:12:42 -07:00
fdbbackup Fixing windows build. Fixing backup.actor.cpp 2017-10-13 17:41:17 -07:00
fdbcli Address review comments. 2017-10-16 16:46:52 -07:00
fdbclient Merge branch 'master' into bindings-versionstamps-in-tuples 2017-10-18 14:13:01 -07:00
fdbmonitor Add support for retrying a process if fork fails. The HUP signal now causes configuration to be reloaded and timeouts to be reset. A little refactoring to make this easier. 2017-10-05 08:23:52 -07:00
fdbrpc Merge pull request #170 from cie/alexmiller/flowprofile 2017-10-16 16:51:53 -07:00
fdbserver Merge pull request #170 from cie/alexmiller/flowprofile 2017-10-16 16:51:53 -07:00
fdbservice Initial repository commit 2017-05-25 13:48:44 -07:00
flow Spaces->tabs 2017-10-18 09:04:35 -07:00
layers Remove a few more outdated items 2017-09-01 09:15:59 -07:00
packaging Merge branch 'release-5.0' 2017-10-01 18:46:44 -07:00
recipes updated paths and formatting with go docs and examples 2017-07-05 17:25:32 -07:00
tests Fixing code review comments. 2017-09-29 15:58:36 -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 Replace backtrace with absl::GetStackTrace on non-MacOS platforms. 2017-10-16 16:05:02 -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 updated version.target for 5.0.6 2017-10-01 18:42:16 -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.