Software Alternatives, Accelerators & Startups

ArangoDB VS Automerge

Compare ArangoDB VS Automerge and see what are their differences

ArangoDB logo ArangoDB

A distributed open-source database with a flexible data model for documents, graphs, and key-values.

Automerge logo Automerge

A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.
  • ArangoDB Landing page
    Landing page //
    2023-01-20
  • Automerge Landing page
    Landing page //
    2023-06-02

ArangoDB features and specs

  • Graph DB

Automerge features and specs

  • 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.

Possible disadvantages of Automerge

  • Performance
    Automerge can consume significant memory and processing power, particularly in large documents or with frequent updates.
  • Complexity of CRDTs
    For developers unfamiliar with Conflict-free Replicated Data Types, understanding and implementing them can present a steep learning curve.
  • Limited Ecosystem
    As a relatively niche tool, Automerge has a smaller community and fewer available third-party integrations compared to more established libraries.
  • Data Structure Limitations
    Automerge supports a limited set of data structures, which can constrain the kinds of applications for which it is suitable.
  • Network Overhead
    The peer-to-peer and CRDT nature of Automerge may lead to increased network traffic, which can be problematic in bandwidth-constrained environments.

ArangoDB videos

ArangoDB and Foxx Framework, deeper dive. WHILT#17

Automerge videos

Automerge: a new foundation for collaboration software

More videos:

  • Review - Creating Local-First Collaboration Software with Automerge • Martin Kleppmann • GOTO 2023

Category Popularity

0-100% (relative to ArangoDB and Automerge)
Databases
93 93%
7% 7
NoSQL Databases
95 95%
5% 5
Developer Tools
0 0%
100% 100
Graph Databases
100 100%
0% 0

User comments

Share your experience with using ArangoDB and Automerge. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare ArangoDB and Automerge

ArangoDB Reviews

9 Best MongoDB alternatives in 2019
ArangoDB is a native multi-model DBMS system. It supports three data models with one database core and a unified query language AQL. Its query language is declarative which helps you to compare different data access patterns by using a single query.
Source: www.guru99.com
Top 15 Free Graph Databases
ArangoDB is a distributed free and open-source database with a flexible data model for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions. ArangoDB
ArangoDB vs Neo4j - What you can't do with Neo4j
Scalability needs and ArangoDB ArangoDB is cluster ready for graphs, documents and key/values. ArangoDB is suitable for e.g. recommendation engines, personalization, Knowledge Graphs or other graph-related use cases. ArangoDB provides special features for scale-up (Vertex-centric indices) and scale-out (SmartGraphs).

Automerge Reviews

We have no reviews of Automerge yet.
Be the first one to post

Social recommendations and mentions

ArangoDB might be a bit more popular than Automerge. We know about 6 links to it since March 2021 and only 5 links to Automerge. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

ArangoDB mentions (6)

View more

Automerge mentions (5)

  • Ask HN: What Are You Working On? (October 2024)
    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 / 6 months ago
  • Comparing local-first frameworks and approaches
    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 / 7 months ago
  • 5000x Faster CRDTs
    > 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 / 8 months ago
  • Using CRDTs to build collaborative Rust web applications
    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 / about 1 year ago
  • Figma Is a File Editor
    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 / almost 2 years ago

What are some alternatives?

When comparing ArangoDB and Automerge, you can also consider the following products

Redis - Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.

PouchDB - Open-source JavaScript database inspired by Apache CouchDB that's designed to run well within the browser

MongoDB - MongoDB (from "humongous") is a scalable, high-performance NoSQL database.

Yjs - A CRDT framework with a powerful abstraction of shared data, Shared data types for building collaborative software

neo4j - Meet Neo4j: The graph database platform powering today's mission-critical enterprise applications, including artificial intelligence, fraud detection and recommendations.

DriftDB - GitHub Repo stars