maarek / aves

AvES - Event Store
Apache License 2.0
0 stars 0 forks source link

Replication & Sharding #6

Open maarek opened 4 years ago

maarek commented 4 years ago

This might be broken out into two issues at some point.

The server should have the ability to register nodes for data replication, acknowledgement. The server should have the ability to handle sharding in some way. Do master nodes handle the writes?

Does this mean Raft protocol?

Look at CockroachDB / Yugabyte / TiKV for prior art.