-
Any plans for operational transforms/CRDTs support?
Related #213
-
Hi Carlos!
We are experimenting around the topic of real-time collaborative editors, and I remarked that I only saw existing solutions based upon operation-CRDTs. I came across your amazing article…
-
For CRDTs using a transfers / rights mechanism, we should be able to monitor usage and proactively re-balance to minimise runtime latency.
-
AntidoteDB https://syncfree.github.io/antidote and the related discussion on Hacker News https://news.ycombinator.com/item?id=15862895.
This is developed a very strong group of leading experts in C…
-
## The dependency [delta-crdts]() was updated from `0.10.2` to `0.10.3`.
🚨 [View failing branch](https://github.com/peer-base/peer-base/compare/master...peer-base:greenkeeper%2Fdelta-crdts-0.10.3).
…
-
Hi,
is there already a best-practice regarding backward- and forward-compatibility for crdts? Say i want to persist some data (not a far-stretch in context of crdts) and i need to support data create…
-
https://identity.foundation/peer-did-method-spec/#crdts
-
I see you're a long-time expert on CRDTs and such. So it's highly probable you'll be already familiar with this.
Nevertheless let me ask what you think about "ORDT"s when compared to the CRDTs impl…
-
### Operation vs Value
I can implement both and the difference will appear mainly in the messages. I can't use this difference for conditions because in order for this to make sense I should enable…
-
See e.g. ipfs-log package in OrbitDB.
https://github.com/orbitdb/ipfs-log/blob/master/src/log.js
This is a CRDT which is implemented as a set and a LWW (last winner write, with Lamport clocks)
…