Hacker News new | ask | show | jobs
by random023987 2448 days ago
If you want an asymmetric persistence layer where all writes are documents placed in a Kafka topic, and all reads are via relational queries.

It's a distributed, eventually consistent, highly available ledger that can be queried with SQL.

1 comments

Is not eventually consistent, it uses https://omid.incubator.apache.org/.