|
|
|
|
|
by matklad
182 days ago
|
|
It is the other way around --- it is _relatively_ easy to re-use the storage engine, but plug your custom state machine (implemented in Zig). We have two state machines, an accounting one, and a simple echo one here: https://github.com/tigerbeetle/tigerbeetle/blob/main/src/tes.... I am not aware of any "serious" state machine other than accounting one though. |
|
Do you know if there is some type of guide around the state machines?