Skip to content

ff-notes/ron-rdt-spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

RON Replicated Data Types

Data Format — RON

See gritzko/ron

Specification

  • General terms and algorithms
  • Base types
  • Composite type construction
    • Use object UUID to embed one object into another.
    • For any type looking like an ordered collection, it is recommended to use RGA.
    • For any type looking like an unordered collection, it is recommended to use OR-Set.
    • For product types (structures, objects), it is recommended to use LWW-per-field.

Test Data

See ff-notes/ron-test

Implementations