Our solution, which was reasonable in our scenario for now, was just to run a Redis instance for handling all the data that needs transactions or strong consistency.

But I did want to explore ways to build small pieces of strongly consistant data on top of CRDTs, such as tiny Paxos implementations.

Comments