Hacker News new | ask | show | jobs
by GeertJohan 1831 days ago
Really nice project! The transactions and replication streaming seem to make it a great choice for sharding/distributed environments!
1 comments

That's the idea, a transaction commit log decoupled from underlying durable storage allows you to build your own persistence layers. I'm still thinking to build a simple (memory-mapped?) layer, but as an optional, separate lib.