Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Implementation: Tracking implementation effort for IPLD v1 #24

Closed
6 tasks
nicola opened this issue Sep 26, 2016 · 1 comment
Closed
6 tasks

Implementation: Tracking implementation effort for IPLD v1 #24

nicola opened this issue Sep 26, 2016 · 1 comment
Labels
status/deferred Conscious decision to pause or backlog

Comments

@nicola
Copy link
Member

nicola commented Sep 26, 2016

According to our conversation (meeting-notes/2016-09-19-ipld.md#layers), here are the following layers we have agreed on having:

Please, check as soon as the work is done (also, link issues and I will add them in here)


cc @dignifiedquire @flyingzumwalt (also, is this the right place for implementation conversations? should we use ipld/ipld instead?)

@Stebalien
Copy link
Contributor

I'll let someone else create the interoperability issue (so that they can edit it) but I'll leave some comments here. Basically, I think we actually have pretty much everything in place but are missing a few components to connect everything together.

  1. Some blobstores (git, dat) may only support certain formats (multicodecs). There should be a way for the blobstore to negotiate supported/preferred formats with the IPLDDagStore.
  2. It would be nice to be able to manually import/export a blob through the IPLDDagStore. Basically, import: (blob, spec) -> CID where spec specifies the multicodec and hash-fn-code and export: (CID) -> blob (basically just calls get on the blobstore).

dat would simply be a blobstore that:

  1. Only accepts blobs where the CID matches the dat spec.
  2. Strips the metadata from the key (leaving only the hash) when the IPLDDagStore calls put(key, value).

@nicola nicola mentioned this issue Oct 3, 2016
2 tasks
@daviddias daviddias added the status/deferred Conscious decision to pause or backlog label Mar 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status/deferred Conscious decision to pause or backlog
Projects
None yet
Development

No branches or pull requests

3 participants