crjdt
JSON CRDT library
A high-level API to the conflict-free replicated JSON datatype in Scala
A conflict-free replicated JSON datatype (CRDT) in Scala
297 stars
14 watching
18 forks
Language: Scala
last commit: about 4 years ago crdtjsonscala
Related projects:
Repository | Description | Stars |
---|---|---|
| An eventually consistent, distributed database using CRDTs and Akka Cluster | 227 |
| A set of implementations of Convergent Replicated Data Types in Erlang. | 353 |
| An extensible collection of operation-based CRDTs for peer-to-peer networks | 60 |
| Experimental implementations of CRDTs for the JVM to enable conflict-free data sharing in distributed systems | 119 |
| A collection of composable and extensible conflict-free data types designed to track causality for modifications | 224 |
| An implementation of a simple CRDT that represents an ordered sequence of items, designed to handle concurrent modifications in collaborative editing systems. | 57 |
| Implementation of a replicated data type in Haskell for handling concurrent updates and maintaining consistency in distributed systems. | 65 |
| Provides compile-time JSON marshaling and abstraction for Scala, allowing developers to serialize any type they want into human-readable JSON. | 62 |
| A decentralized text editor allowing multiple users to edit a document in real-time without a server. | 44 |
| A Scala library that allows adding constraints to types at compile-time using type-level predicates. | 1,715 |
| A conflict-free replicated store with automatic schema management and support for multiple frameworks. | 96 |
| A Scala-based implementation of Facebook's React library for the JVM | 1,645 |
| A JSON parser library for Scala that provides fast and featureful parsing capabilities | 433 |
| A Scala library for computing diffs and patches of JSON data | 315 |
| Provides a way to generate efficient and safe JSON codecs at compile-time using Scala macros | 752 |