arthurprs / sucredb

Distributed KV database with causality tracking
MIT License
52 stars 5 forks source link

Support CRDTs datastructures #3

Open arthurprs opened 7 years ago

arthurprs commented 7 years ago

Sucredb would be a great fit for those structures, even if it probably can't support all commands reasonably.

arthurprs commented 6 years ago

Basic support was added.

Although for simplicity the causal context isn't exposed (it always use what the coordinator node knows), so removals aren't as powerful as they can be.