hinshun / ipcs

containerd meets ipfs to distribute content
MIT License
53 stars 3 forks source link

Outstanding questions #3

Open hinshun opened 5 years ago

hinshun commented 5 years ago
  1. Transport of container images via IPFS: a. Consume the API of an IPFS client? b. Embed an IPFS daemon? c. Use the IPFS components (libp2p, go-bitswap/go-graphsync) directly? https://github.com/ipfs/go-graphsync/issues/11
  2. IPLD tuning a. What hash function to use? b. Should I use raw leaves? c. Should I inline small blocks? d. What chunking algorithm to use? (constant vs rabin)
  3. IPFS tuning a. What datastore to use? flatfs vs badgerds? b. How should configure the datastore? c. Should I use a DHT? (dhtclient, dht, none)