Go to file
Alex Miller e55cc447d2 Address code review comments.
* Fixed memory corruption with SystemData key constants
* Removed duplication in ClusterController
* Reworked fdbcli actions to better represent explicit vs default assignments
2017-10-04 13:36:18 -07:00
bindings Merge pull request #131 from cie/33300740-with-shutdown-hooks 2017-10-04 09:17:25 -07:00
build Initial repository commit 2017-05-25 13:48:44 -07:00
design Update tuple.md 2017-09-19 22:41:55 +00:00
fdbbackup Merge branch 'release-5.0' 2017-10-01 18:46:44 -07:00
fdbcli Address code review comments. 2017-10-04 13:36:18 -07:00
fdbclient Address code review comments. 2017-10-04 13:36:18 -07:00
fdbmonitor Merge branch 'release-5.0' 2017-09-26 22:13:23 -07:00
fdbrpc Add slightly better handling of HTTP 503 in blob client. Previously it would end the blob request loop and the task doing the blob action would see a failure, but now the blob request attempt loop will continue to back off and retry. This is better because previously the task that saw the failure would be re-run quickly. 2017-10-03 15:25:49 -07:00
fdbserver Address code review comments. 2017-10-04 13:36:18 -07:00
fdbservice Initial repository commit 2017-05-25 13:48:44 -07:00
flow "Simplify" IndexedSet's insert and addMetric API. 2017-10-03 20:15:12 -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 Added OS X compilation option for c files to cpp files to support old versions of OSX 2017-07-18 11:09:10 -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.