ipfs-cluster/ipld-importer
Wyatt Daviau ae38d09208 Beginning add UX improvements--
1. Refactored importer endpoint, including writing cluster-specific
file adder, to get print info from importer
2. Refactored importer consumption to select equally from
channels of different output signals and manage context
timeouts correctly (only in local add here, sharding to follow)
3. Added output streaming and an error/termination handling protocol
4. Discovered that naive eager response streaming cuts off
reads from request data stream and breaks behavior, for
now all responses come after file ingestion.
5. Added ipfs add style flags (trickle, rawleaves etc.) and
refactored importer endpoint to take in these parameters
to provide identicle behavior to ipfs

License: MIT
Signed-off-by: Wyatt Daviau <wdaviau@cs.stanford.edu>
2018-08-07 20:11:23 +02:00
..
testingData Bring importer interface to cluster 2018-08-07 20:11:23 +02:00
add.go Beginning add UX improvements-- 2018-08-07 20:11:23 +02:00
import_new_adder.go Beginning add UX improvements-- 2018-08-07 20:11:23 +02:00
import_test.go fixing make check errors 2018-08-07 20:11:23 +02:00
outgoing-dagservice.go Beginning add UX improvements-- 2018-08-07 20:11:23 +02:00
printing-dagservice.go Bring importer interface to cluster 2018-08-07 20:11:23 +02:00