I remember at the time being overwhelmed by the math but thinking, this is important, I need to learn more. Perhaps its just personal bias but I still find it to be an excellent way to get “dunked into the CRDT tank”.
Came here to submit that. Do you know of anyone using interval tree clocks in production? I have a Go implementation that I’ve been thinking of open sourcing.
This talk by Sean Cribbs was my intro into CRDTs. http://www.infoq.com/presentations/CRDT
I remember at the time being overwhelmed by the math but thinking, this is important, I need to learn more. Perhaps its just personal bias but I still find it to be an excellent way to get “dunked into the CRDT tank”.
Note the author also has an excellent list of readings in distributed systems in general: http://christophermeiklejohn.com/distributed/systems/2013/07/12/readings-in-distributed-systems.html And if you are interested in distributed systems, Chris' blog is a great jumping in/off point.
Came here to submit that. Do you know of anyone using interval tree clocks in production? I have a Go implementation that I’ve been thinking of open sourcing.