Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outstanding questions #3

Open
hinshun opened this issue Jun 13, 2019 · 0 comments
Open

Outstanding questions #3

hinshun opened this issue Jun 13, 2019 · 0 comments

Comments

@hinshun
Copy link
Owner

hinshun commented Jun 13, 2019

  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? GraphSync user can send a real query over a real network and receive a real response ipfs/go-graphsync#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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant