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

Reading List #43

Open
jbenet opened this issue Feb 9, 2017 · 2 comments
Open

Reading List #43

jbenet opened this issue Feb 9, 2017 · 2 comments

Comments

@jbenet
Copy link
Contributor

jbenet commented Feb 9, 2017

I figured we should put a reading-list together to cover a lot of the concepts relevant to cluster. LINKS ONLY PLEASE, don't add files.

We'll want to touch on:

  • erasure coding/FEC
    • reed-solomon codes, tornado codes, raptor codes, etc
  • replication models UX
    • RAID models
    • geographical partitions
  • rebalancing contents
    • self-healing (erasure coding, etc)
    • tuning for demand (measured, expected by predictive model, or expected externally)
    • to deal with speed delays
  • consensus
    • distributed consensus
      • paxos, raft, etc.
      • intra-datacenter (<1ms latencies)
      • inter-datacenter (>10ms latencies, regional data locality needs)
      • global (>100ms latencies, ...)
    • byzantine agreement (consensus)
      • traditional: byzantine paxos, pbft, etc.
      • modern: blockchains (PoW, PoS, ...), FBA, HBA.
    • resource-heterogeneous consensus networks
      • latencies, message complexity
      • handling slow peers (demoting to follow, expulsion, etc)
  • representing pinsets
    • HAMT/CHAMP pinset
    • Pin an IPLD Selector
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

3 participants