Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.16 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.16 KB

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