Skip to content

Document interface for OP-based CRDT JSON

Compare
Choose a tag to compare
@gpestana gpestana released this 10 Jan 09:31
· 8 commits to master since this release
0715b94

This release ships the mechanics barebones for Conflict-free replicated JSON implementation in Go based on Martin Kleppmann, Alastair R. Beresford work.

At this point, rdoc implements a document interface for an operation-based CRDT JSON data structure.

Features

  • Create new CRDT JSON document using the document API;
  • Manually create operations to mutate the document locally;
  • Apply local operation using the document API;
  • Apply remote operation using the document API;