ashwanthkumar / suuchi

सूचि - Toolkit to build Distributed Data Systems
https://ashwanthkumar.github.io/suuchi/
53 stars 12 forks source link

Completely Consistent Reads #29

Open ashwanthkumar opened 8 years ago

ashwanthkumar commented 8 years ago

With #27 (and #23 ) we now have a pluggable replication in place. And we've special interceptors for writes, so it should be easy to do the same for reads as well.

We can do a digest query on all the nodes for starts to give out a very consistent response.