Skip to content

Releases: gpestana/rdoc

Fix remote operation apply

23 Jan 18:38
Compare
Choose a tag to compare
v1.0.1

Fixes remote operation Apply

rdoc v1 release

22 Jan 19:20
738f64f
Compare
Choose a tag to compare
rdoc v1 release Pre-release
Pre-release

rdoc with support to RFC6902 (json patch RFC)

Document interface for OP-based CRDT JSON

10 Jan 09:31
0715b94
Compare
Choose a tag to compare

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;