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
IPFS Pubsub is a system within IPFS that allows nodes to subscribe to channels and receive messages that are posted to those channels within a peer-to-peer system. OrbitDB is a decentralized key-value database which utilizes the IPFS pubsub system in order to sync databases to achieve eventual consistency.
Because OrbitDB performs data synchronization, could there be a way to extract this functionality in a generalized sense from which we could build a VolSync data mover from?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
IPFS Pubsub is a system within IPFS that allows nodes to subscribe to channels and receive messages that are posted to those channels within a peer-to-peer system. OrbitDB is a decentralized key-value database which utilizes the IPFS pubsub system in order to sync databases to achieve eventual consistency.
Because OrbitDB performs data synchronization, could there be a way to extract this functionality in a generalized sense from which we could build a VolSync data mover from?
I'd love to get everyone's thoughts on this.
Beta Was this translation helpful? Give feedback.
All reactions