The FoundationDB Book
Meet FoundationDB
1.
Yet another database?
2.
Enter FoundationDB
3.
Everything is a key-value!
4.
Correct and robust, choose both
Getting started with FoundationDB
5.
Installing FoundationDB
6.
Playing with fdbcli
Developing a layer
7.
ACID transactions
8.
Crafting row keys
9.
Existing open-source layers
10.
Tips and tricks
FoundationDB's internals
11.
TODO: the list of roles
12.
TODO: the write-path
13.
TODO: the read-path
The Record-Layer
14.
TODO: What is the Record-layer?
15.
TODO: QuiCK
Light (default)
Rust
Coal
Navy
Ayu
the FoundationDB Book
Transactions
How transactions works in FoundationDB?
Avoiding conflicts
How transactions works in FoundationDB?
TODO
Avoiding conflicts