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: almost 4 years ago crdtjsonscala
Related projects:
Repository | Description | Stars |
---|---|---|
jboner/akka-crdt | An eventually consistent, distributed database using CRDTs and Akka Cluster | 227 |
basho/riak_dt | A set of implementations of Convergent Replicated Data Types in Erlang. | 353 |
ipfs-shipyard/peer-crdt | An extensible collection of operation-based CRDTs for peer-to-peer networks | 60 |
netopyr/wurmloch-crdt | Experimental implementations of CRDTs for the JVM to enable conflict-free data sharing in distributed systems | 117 |
asonge/loom | A collection of composable and extensible conflict-free data types designed to track causality for modifications | 224 |
nkohari/kseq | An implementation of a simple CRDT that represents an ordered sequence of items, designed to handle concurrent modifications in collaborative editing systems. | 57 |
ff-notes/ron | Implementation of a replicated data type in Haskell for handling concurrent updates and maintaining consistency in distributed systems. | 65 |
mediamath/scala-json | Provides compile-time JSON marshaling and abstraction for Scala, allowing developers to serialize any type they want into human-readable JSON. | 62 |
vigzmv/ipfs-crdt-shared-editing | A decentralized text editor allowing multiple users to edit a document in real-time without a server. | 44 |
fthomas/refined | A Scala library that allows adding constraints to types at compile-time using type-level predicates. | 1,713 |
azarattum/crstore | A conflict-free replicated store with automatic schema management and support for multiple frameworks. | 95 |
japgolly/scalajs-react | A Scala-based implementation of Facebook's React library for the JVM | 1,643 |
typelevel/jawn | A JSON parser library for Scala that provides fast and featureful parsing capabilities | 433 |
gnieh/diffson | A Scala library for computing diffs and patches of JSON data | 315 |
plokhotnyuk/jsoniter-scala | Provides a way to generate efficient and safe JSON codecs at compile-time using Scala macros | 747 |