automerge-classic
automerge-classic copied to clipboard
A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
First of all, _thank you_ to the authors & maintainers of automerge. I'm really glad this project exists, and it's been *very* helpful to me for a recent project. I...
This is just a suggestion, not a feature request. You might want to look at [Replicated Object Notation (RON)](https://replicated.cc/). It might be helpful (or not; I stumbled across this project...
Hey, first of all, I'd like to thank @ept and the other contributors for this wonderful project. I've been using it for a while and am just now starting to...
*(Notes from a discussion with Peter van Hardenberg and Jeff Peterson in October 2018)* At present, Automerge always merges all changes that are received from other actors. This is not...
We have previously discussed a few things we'd like to be able to do with Automerge documents: * Forking documents (like forking in github/branching in git), with the choice of...
The default mode of operation for Automerge is to render all operations in the op_set into the output document. For Trellis, we added a history view to crawl back through...
tested result:300 records/s on windows 10,intel Core i7 6650u,16GB RAM,microsoft surface pro 4. i think it's too low.any improvement paln?
My understanding is that property conflicts are resolved individually and in isolation, regardless of other modifications in the same "change". For properties which are modified simultaneously and are mutually dependent,...
Great read nevertheless. EDIT: Also should link to [OpSets: Sequential Specifications for Replicated Datatypes (Extended Version)](https://arxiv.org/abs/1805.04263) somewhere in the docs
Currently the umd build includes all the dependencies, which is very useful. In the case of using a bundler like webpack, it usually handles the dependencies. Currently, to use the...