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

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