Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Things in IPLD on IPFS #777

Open
vorburger opened this issue Jul 21, 2024 · 0 comments
Open

Things in IPLD on IPFS #777

vorburger opened this issue Jul 21, 2024 · 0 comments
Assignees
Labels
format File Formats for I/O

Comments

@vorburger
Copy link
Member

It may be fun to explore storing Enola's Things on IPFS's IPLD.

This would first require being able to turn an IImmutableThing into the IPLD Data Model. That would enable to create predictable hashes of Things, to be generate CIDs. This will require work to turn any Datatype into one or several predictable 0/1 bits format/s (simplest could be e.g. just toString, and Maps as JSON with sorted keys?).

That would enable e.g. IPLD DAG JSON Codec as an Enola Format.

IPFS IPLD Schemas would need to be an Enola Schema.

Related libraries of possible interest:

@vorburger vorburger added the format File Formats for I/O label Jul 21, 2024
@vorburger vorburger self-assigned this Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
format File Formats for I/O
Projects
None yet
Development

No branches or pull requests

1 participant