marceloboeira / voik

♒︎ [WIP] An experimental ~distributed~ commit-log
MIT License
255 stars 25 forks source link

Milestone 0.2.0 - Replication #9

Open marceloboeira opened 5 years ago

marceloboeira commented 5 years ago

For the second milestone, we'll start working on replication. More to come!

  1. Multi-node/process Replication #12
  2. Streams (Multiple Shards)
  3. Shards (each shard is a commit log of itself)
boaz-codota commented 3 years ago

Hey @marceloboeira I've been reading the code (which is awesome! Clean code AF). And wondering how consensus will be implemented. It seems to me like the biggest floating question. Thanks!

marceloboeira commented 3 years ago

@boaz-codota thanks, I have been away of the project for a while due to ... life haha. However, the ideia is to use Raft for consensus.