Metadata DB - radumarias/rfs GitHub Wiki
Metadata DB
We should create an abstraction layer and have implementations for:
- tikv, tidb
- redis
- postgresql
- MySQL
- ScyllaDB
- Cassandra,
Distributed db
- https://surrealdb.com/features Distributed (TiKV)
- https://github.com/tikv
- https://github.com/pingcap/tidb
- https://ditto.live/
- https://www.scylladb.com/
- https://cassandra.apache.org/_/index.html
Masterless cluster
- https://riak.com/index.html It's using
CRDTs
. Unfortunately, it is not in Rust, but maybe we could create something similar using CRDTs in Rust