Replies: 7 comments
-
TheGraph can host defi exchange of datasets using a standard called erasure protocol |
Beta Was this translation helpful? Give feedback.
-
The examples use IPFS but could just use IPLD on top of IPFS |
Beta Was this translation helpful? Give feedback.
-
holochain (folks behind hylo.com are eventually migrating to it I think) |
Beta Was this translation helpful? Give feedback.
-
we were just starting to think about implementing something very similar to Athens on top of Solid at @itme - would love to chat! |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I propose using a Conflict-free Replicated Data Type (CRDT). The library Automerge describes the concept quite well:
The network communication is handled by a separate layer, e.g. by a peer-to-peer log store like Scuttlebutt. The libraries Automerge and Yjs already have some real world usages, listed at the bottom of this site about CRDT implementations. A new interesting implementation is the Fluid Framework. |
Beta Was this translation helpful? Give feedback.
-
Hey, I was asked to contribute here by @tangjeff0. Wanted to highlight a project that I've been working on which is a new blockchain. I'm sure you all can find the marketing website on your own, thus here are the developer docs for NEAR protocol. This is a layer 1, meaning the infrastructure layer, blockchain. It has an account system as well as a storage solution, but I would recommend something like IPFS or Ceramic for storage. For this use case, you could make the permissioned account system permissionless. Meaning that people can bring their accounts and associated data with them without needing to go through a server. |
Beta Was this translation helpful? Give feedback.
-
#9 is for backends. I'd like to separate decentralized and centralized technologies for now. Here's a big list of decentralized projects I've heard a little about. Some are storage related, some are not.
Beta Was this translation helpful? Give feedback.
All reactions