This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
notes from a discussion between @whyrusleeping and @jbenet #216
Comments
cc @haadcode |
This is the bottleneck to having an archive file that can be used for the purpose of interop with NixOS's NAR file.
This task can be decoupled from the rest of scaling, UX tweaks, importer, mfs. If this is nailed first, small to mid datasets can be added. |
//cc @pgte - Importer / MFS notes |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
2016-01-16 discussion
Attendees:
Location: Greenland, Canada
Altitude: 5km
go-ipfs notes
ipfs get
speed andipfs stats bw --poll "Rate Down"
discrepancy (~1 MB/s vs ~170 kB/s)Orbit notes
we had clock drift, so one user's messages were coming in a few min behind. super confusing.
data.gov
importers notes
<mcp-code-for-importer><importer-version>
<mbp><fmt-string-version-varint><mcp-code-for-importer><importer-args>
<importer-args>
can be like<hash-fn-multihash-code><dag-layout><chunker><chunk-size>
ipfs add -r --importer <importer-string> <dir>
-- import based on a string, must determine whole graph.ipfs add -r --importer PackManifest <dir>
-- import to match the given ipfs-pack manifest (use fmt strings there)ipfs add
importermfs/reflog notes
ipfs add
added files to mfs somewhere, to help people track their files~/Downloads
foldergit reflog
too. (may be different thing)/mfs/Added/
dir, and put all things there/mfs/Added
recursively, and switch defaultipfs add --pin false
/mfs/Added/YYYY/YYYY-MM-DD/<original-filename>
ipfs history
that tracks all calls toipfs
history
, but withgit reflog
ipfs reflog
of the HEAD of the ipfs repoipfs diff
?)git log --graph --decorate
?)The text was updated successfully, but these errors were encountered: