-
GitHub Repo starsPricing:
- Open Source
#Application And Data #Application Hosting #Realtime Backend / API 2 social mentions
-
A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically.Pricing:
- Open Source
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 <a href="https://github.com/inkandswitch/peritext">https://github.com/inkandswitch/peritext</a>) show it's at least possible. Good stuff.
#Databases #NoSQL Databases #Developer Tools 8 social mentions
-
Open-source JavaScript database inspired by Apache CouchDB that's designed to run well within the browserPricing:
- Open Source
I have another use case that DO would be perfect for, and that's sync for offline first apps. I have two offline first apps, both using PouchDB[1] as client database and CouchDB as server database. I'd love to replace CouchDB with DO. Maybe you can hire some of the people contributing to PouchDB to build a backend for it using DO? [1]: https://pouchdb.com.
#Databases #NoSQL Databases #Developer Tools 32 social mentions