You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I'm not sure about Y's implementation but OrbitDB is built on top of what's called a G-Set CRDT, which is essentially an append-only operations log that is reduced to the database state at a particular time. We value eventual concurrency - peers come and go in a swarm.
For more info on the underlying concepts behind Orbit, you can see the new Field Manual to learn more.
peerpad
i would like to understand these two projects more
So the ipfs-shipyard projects use http://y-js.org/ for the CRDT and orbit-db has its own?
orbit-db is a database build on top of ipfs.
they both use ipfs pubsub?
i am a bit confused so i would like to understand why we have two projects build on top of ipfs. maybe someone can clarify the needs for 2 projects 👍
sry for asking so many questions
The text was updated successfully, but these errors were encountered: