Automerge-Repo: A "batteries-included" toolkit for local-first applications
1–10 of 45 posts
Re: Automerge-Repo: A "batteries-included" toolkit for local-first applications
#2Re: Automerge-Repo: A "batteries-included" toolkit for local-first applications
#3Super excited to see Automerge getting this high-level API out. Been following since before 1.0 and I can't wait to play around with the latest incarnation! Congrats to the Automerge team.
Re: Automerge-Repo: A "batteries-included" toolkit for local-first applications
#4Re: Automerge-Repo: A "batteries-included" toolkit for local-first applications
#5That being said, I love everything automerge is doing and hope this pace will keep up!
Re: Automerge-Repo: A "batteries-included" toolkit for local-first applications
#6What do you suggest is the sweet spot for document size and "hotness"? Your cookbook [0] says "We suspect that an Automerge document is best suited to being a unit of collaboration between two people or a small group." Does that mean tens of kilobytes? Hundreds? More? And how much concurrent contention is viable? And is the "atom of contention" the document as a whole, or do you have any plans for merging of sub-parts?
Also, do you have support for juggling multiple transports, either concurrently or back-to-back? In particular, I'm thinking about synchronizing via the cloud when connected, and falling back to peer-to-peer when offline. In that peer-to-peer case, how many peers can I have, and can my peer network behave as a mesh, or must it stick together to some degree?
And finally, it looks like your tutorial [1] doesn't actually exist! You refer to it in a blog post [2], but it's a dead link.
[0] https://automerge.org/docs/cookbook/modeling-data/
Re: Automerge-Repo: A "batteries-included" toolkit for local-first applications
#7https://www.youtube.com/watch?v=Mr0a5KyD6BU
Also, check out the unconf for localfirst that happened right after 2023:
https://github.com/LoFiUnconf/stlouis2023
Ink & Switch is doing such interesting stuff. Their after party at StrangeLoop was so cool.
Re: Automerge-Repo: A "batteries-included" toolkit for local-first applications
#8Re: Automerge-Repo: A "batteries-included" toolkit for local-first applications
#9Last time I looked into CRDT, automerge was not as fast/efficient as yjs, but the team was actively improving the algorithm. Is there any benchmark to show the progress.
disclaimer: i’m a co-author and the paper is focused on a different CRDT framework, but point is that it measures Yjs and automerge side by side
Re: Automerge-Repo: A "batteries-included" toolkit for local-first applications
#10If you are interested in this, check out the video from StrangeLoop 2023: https://www.youtube.com/watch?v=Mr0a5KyD6BU Also, check out the unconf for localfirst that happened right after 2023: https://github.com/LoFiUnconf/stlouis2023 Ink & Switch is doing such interesting stuff. Their after party at StrangeLoop was so cool.