Replies: 1 comment 4 replies
Instances are replicating data. Data forms a DAG and replicates, merges and diverges freely between instances towards unification.
The source of truth are the cryptographically signed events. Instances only facilitate propagation, and compose it into usable view/UX.
Yes. Replicating your WoT is a crucial part of improving reliability and availability. The assumption is that if you follow someone, they are worth replicating and helping to synchronized their data. Without it the system wouldn't really work assuming users's instances typically are offline. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If the default behavior is p2p, then how do instances affect that? If we use an instance, are we pinning our data to the instance database, so to speak? Is the source of truth of our own data still our devices?
Also, data replication is mentioned regarding p2p design. Are we replicating our friends' data on our devices as well?
All reactions