Machi: a distributed, decentralized blob/large file store using chain replication and "Humming Consensus".
Find a file
2015-04-02 17:42:26 +09:00
doc Number section headings, clarify flapping behavior, add prototype notes 2015-03-14 12:06:50 +09:00
ebin Single server client & server code (squashed) 2015-04-01 16:14:24 +09:00
include Add machi_projection.erl and basic new() test 2015-04-02 16:24:32 +09:00
prototype Add a bit of interpretation advice for the chain manager simulator 2015-03-04 13:01:38 +09:00
src Update TODO-shortterm.org + minor stuff 2015-04-02 17:42:26 +09:00
test Refactor to use record for FLU state, add dbg mode 2015-04-02 17:16:15 +09:00
.gitignore Single server client & server code (squashed) 2015-04-01 16:14:24 +09:00
LICENSE Add APL v2 LICENSE file 2015-03-02 17:12:39 +09:00
Makefile Move FLU client 'verify checksums + local path' code from prototype/demo-day-hack 2015-04-02 12:38:12 +09:00
NOTICE Add NOTICE 2015-03-02 21:06:31 +09:00
README.md More docs 2 2015-03-03 20:09:32 +09:00
rebar Single server client & server code (squashed) 2015-04-01 16:14:24 +09:00
rebar.config Single server client & server code (squashed) 2015-04-01 16:14:24 +09:00
rebar.config.script Single server client & server code (squashed) 2015-04-01 16:14:24 +09:00
TODO-shortterm.org Update TODO-shortterm.org + minor stuff 2015-04-02 17:42:26 +09:00

Machi

Nota Bene

This source repo is in a state of chaotic consolidation of several independent repos. At the moment, none of the prototype code is expected to work. Perhaps it does, perhaps it doesn't. I'll know as we continue work in early March 2015.

Meanwhile, see the wiki for this repo for helpful hints, as time permits.

Initial re-porting on 'prototype' directory

  • chain-manager: finished
  • corfurl: finished
  • demo-day-hack: not started
  • tango: finished

-Scott and the Machi team