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
{{ message }}
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.
With the community growing and more and more projects using IPFS created, the need for shared data on IPFS increases too. As I see it, currently most projects either choose to adopt a library(like this one) or implement their own system. This leads to basically no interop between applications. As something like an append-only log is the basic building block of most more complex CRDTs I would really like to see a standardized approach to this problem.
This would be ideally done as an IPLD schema and I'd say the format used by this library is as good of a starting point as any.
Without much checking (and please correct me if I'm wrong) i assume this to be the "wire format" for ipfs-log.
Any thoughts on this?
The text was updated successfully, but these errors were encountered:
With the community growing and more and more projects using IPFS created, the need for shared data on IPFS increases too. As I see it, currently most projects either choose to adopt a library(like this one) or implement their own system. This leads to basically no interop between applications. As something like an append-only log is the basic building block of most more complex CRDTs I would really like to see a standardized approach to this problem.
This would be ideally done as an IPLD schema and I'd say the format used by this library is as good of a starting point as any.
Without much checking (and please correct me if I'm wrong) i assume this to be the "wire format" for ipfs-log.
Any thoughts on this?
The text was updated successfully, but these errors were encountered: