This repository has been archived by the owner on Aug 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Update documentation #28
Comments
A name change is something that I think is a really good idea since data-importing does not cover the other half of what the module is doing. I really like the name Unixfs-engine. |
moar notes (from last call) var importer = new unixFSE.importer()
NO FLUSH importer.add({path: /a/foo.txt, stream: <>}
... FLUSH ON importer.add({path: /a/foo.txt, stream: <>}
... |
@nginnever can we get a status update on the js-ipfs integration? Thank you. |
Tracking at: ipfs/js-ipfs#156 |
@nginnever would you be able to update the documentation of this module, please? Thank you :) |
Sure, will do that today! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some notes:
Proposal:
I want to rename this module to
unixfs-engine
, because it is what it really is, the agnostic file importer will be done later, this is not prepared in any sense to support different layouts (nor do we know yet how to achieve that).The text was updated successfully, but these errors were encountered: