Conflict Resolution
Automerge uses CRDTs to offer automatic conflict resolution, allowing concurrent edits without manual merging.
Offline Support
Automerge enables applications to work offline by keeping track of changes locally and syncing when back online.
Ease of Use
The library provides a simple API that makes it easy to integrate into applications that require real-time collaboration.
No Central Server Requirement
Automerge allows peer-to-peer communication, which can reduce the need for a centralized server to handle document changes.
Version Control
Automatically keeps track of document history and changes, which can be useful for version control and auditing purposes.
We have collected here some useful links to help you find out if Automerge is good.
Check the traffic stats of Automerge on SimilarWeb. The key metrics to look for are: monthly visits, average visit duration, pages per visit, and traffic by country. Moreoever, check the traffic sources. For example "Direct" traffic is a good sign.
Check the "Domain Rating" of Automerge on Ahrefs. The domain rating is a measure of the strength of a website's backlink profile on a scale from 0 to 100. It shows the strength of Automerge's backlink profile compared to the other websites. In most cases a domain rating of 60+ is considered good and 70+ is considered very good.
Check the "Domain Authority" of Automerge on MOZ. A website's domain authority (DA) is a search engine ranking score that predicts how well a website will rank on search engine result pages (SERPs). It is based on a 100-point logarithmic scale, with higher scores corresponding to a greater likelihood of ranking. This is another useful metric to check if a website is good.
The latest comments about Automerge on Reddit. This can help you find out how popualr the product is and what people think about it.
The big idea behind CRDTs is that a datastructure can naturally have many replicas synchronizing on best-effort basis. That is much closer to the physical reality than the "mainframe model" of one linear operation log (WAL, binlog, etc). The basic CRDT ideas are actually pretty easy to implement: you add some metadata, keep some history, and now you can see what is happening and be consistent across... - Source: Hacker News / 23 days ago
I think I saw someone point out automerge not long ago: https://automerge.org/ Rust and JavaScript implementations, a handful of network strategies. It doesn't come with the free or paid offering that jazz.tools does, but it's pretty nice. - Source: Hacker News / 3 months ago
I launched NumPad v1 on here a few years ago, and back then it wasn't much more than a thin CodeMirror wrapper around the calculator engine I'd written. Now I've rewritten it as a PWA that supports multiple documents, persists them to IndexedDB, and has a syncing service for paying customers. Syncing is handled by Automerge[1] under the hood, which should make it relatively easy to get document sharing... - Source: Hacker News / 3 months ago
A sqlite extension that provides a virtual table backed by an Automerge document (https://automerge.org/). I believe that there are plenty of applications that could benefit from the collaboration or sync-ability that CRDTs provide, but that don't need to manage the CRDTs directly. Moving the CRDT management into the database seems like a natural fit. It's very early, and not public anywhere, but I'd be happy to... - Source: Hacker News / 11 months ago
Ink & Switch released automerge to automatically achieve this merge. If you have two documents you are collaboratively editing, you can use automerge to make concurrent changes. - Source: dev.to / 12 months ago
> The most popular, highly ergonomic, best implementations of CRDTs actually break the academic rules of CRDTs. There's a popular, highly ergonomic implementation called Automerge[0] that would beg to disagree with you. [0]: https://automerge.org/. - Source: Hacker News / about 1 year ago
If you plan to build production-grade CRDT-based software and donโt want to build every piece of it by hand, I recommend Automerge as a library for handling all your CRDT needs, but itโs always good to look under the hood to build intuition and understanding for the underlying concepts. - Source: dev.to / over 1 year ago
Take a look at https://automerge.org/ and the stack those folks are building. You're exactly right that it's a difficult balance (specifically the trick is proving commutativity for the domain-specific data of your application). But automerge (and then https://github.com/inkandswitch/peritext) show it's at least possible. Good stuff. - Source: Hacker News / about 2 years ago
Do you know an article comparing Automerge to other products?
Suggest a link to a post with product alternatives.
Is Automerge good? This is an informative page that will help you find out. Moreover, you can review and discuss Automerge here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.