- datacore
- protocol
- libdata
- libdata-wasm
Implementation of Core
- a secure append-only single-writer log.
Replication protocol for sequential logs.
Re-exports datacore
& protocol
, adds convenient features & wrappers.
Re-exports libdata
for WASM. Very opinionated.
- random-access-storage
- random-access-memory
- random-access-disk
Interface describing random access read/write.
Implementation of random-access-storage
for in-memory read/write
access.
Mostly useful for testing or ephemeral storage.
Implementation of random-access-storage
for file system backed
storage.
The most basic persistent implementation, no performance optimizations.
All writes are immediately flushed - lower throughput, guaranteed
durability.