Go to file
John Brownlee d8973c0867
Merge pull request #1 from alecgrieser/bindings-format
Reformat the go and python bindings
2018-02-20 14:09:29 -08:00
bindings tweaks to fix some places where python format rewrite looked kind of bad 2018-02-07 16:59:59 -08:00
build format python files to be roughtly pep8 compliant 2018-01-24 19:06:58 -08:00
design tuple and versionstamp documentation updates 2017-10-24 17:53:16 -07:00
fdbbackup Improved backup error reporting in backup status. The most recent error for each error type is reported along with how long ago the error occurred, and errors are divided into two categories based on whether or not they occurred since the most recent backup progress. 2018-02-16 19:38:31 -08:00
fdbcli fdbcli considered a backup running if the 'running_backup' field was present, not if it was true. 2018-02-16 10:09:03 -08:00
fdbclient Merge branch 'release-5.1' of github.com:apple/foundationdb into release-5.1 2018-02-16 19:44:36 -08:00
fdbmonitor Add some comments to watch setting in fdbmonitor. 2018-01-04 11:31:01 -08:00
fdbrpc Merge remote-tracking branch 'upstream/release-5.1' into bindings-format 2018-02-19 12:37:06 -08:00
fdbserver Improved backup error reporting in backup status. The most recent error for each error type is reported along with how long ago the error occurred, and errors are divided into two categories based on whether or not they occurred since the most recent backup progress. 2018-02-16 19:38:31 -08:00
fdbservice Initial repository commit 2017-05-25 13:48:44 -07:00
flow Bug fix, result as a state variable causes 'this' to be captured instead of copying result. 2018-02-08 09:54:47 -08:00
layers tweaks to fix some places where python format rewrite looked kind of bad 2018-02-07 16:59:59 -08:00
packaging Generate new WIX Installer GUID - post release 2018-02-16 13:13:23 -08:00
recipes tweaks to fix some places where python format rewrite looked kind of bad 2018-02-07 16:59:59 -08:00
tests tweaks to fix some places where python format rewrite looked kind of bad 2018-02-07 16:59:59 -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 Patch up the makefiles and remove references to the completable bindings 2017-12-13 11:07:19 -08: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 Bumping version to next minor release - 5.1.3 2018-02-16 13:33:48 -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.