No features have been listed yet.
No DriftDB videos yet. You could help us improve this page by suggesting one.
Based on our record, Automerge should be more popular than DriftDB. It has been mentiond 5 times since March 2021. 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.
(Author here) Durable Objects are a great product, especially for the “just need a sync layer” use case. The db layer mentioned in the article is built to run on either Durable Objects or (as a regular Linux process) on Plane. https://driftdb.com/. - Source: Hacker News / almost 2 years ago
You should check out https://driftdb.com/ Might help you. Source: over 2 years 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 / 7 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 / 8 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 / 9 months 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 / almost 2 years ago
Android Studio - Android development environment based on IntelliJ IDEA
PouchDB - Open-source JavaScript database inspired by Apache CouchDB that's designed to run well within the browser
SignalR - SignalR is a server-side software system designed for writing scalable Internet applications, notably web servers.
Yjs - A CRDT framework with a powerful abstraction of shared data, Shared data types for building collaborative software
Firebase - Firebase is a cloud service designed to power real-time, collaborative applications for mobile and web.
RxDB - A fast, offline-first, reactive Database for JavaScript Applications