-
Notifications
You must be signed in to change notification settings - Fork 1
/
dependency.dot
74 lines (72 loc) · 1.83 KB
/
dependency.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
digraph G {
node [shape=box]
bitcoin [label="Bitcoin"]
ethereum [label="Ethereum"]
raft [label="Raft"]
zab [label="Zab"]
kafka [label="Kafka"]
spanner [label="Spanner"]
cap [label="CAP Theorem"]
mapreduce [label="MapReduce"]
cassandra [label="Cassandra"]
spannercap [label="Spanner CAP Theorem"]
bigtable [label="Bigtable"]
tobp [label="Totaly Orded Broadcast Protocol"]
paxosms [label="Paxos Made Simple"]
chubby [label="Chubby"]
idc [label="Impossibility Distributed Consensus"]
tor [label="Tor"]
zookeeper [label="Zookeeper"]
partparliament [label="Part Time Parliament"]
paxosml [label="Paxos Made Live"]
chord [label="Chord"]
dynamo [label="DynamoDB"]
gfs [label="Google File System"]
timeclock [label="Time Clock"]
zookeeper [label="Zookeeper"]
snapshots [label="Snapshots"]
byzantine [label="Byzantine"]
byzantine -> paxosml
timeclock -> snapshots
timeclock -> paxosms
timeclock -> raft
gfs -> paxosml
gfs -> mapreduce
gfs -> raft
dynamo -> spanner
chord -> dynamo
chord -> cassandra
chord -> bigtable
cap -> spannercap
cap -> zookeeper
cap -> bitcoin
zookeeper -> zab
zookeeper -> raft
zookeeper -> kafka
paxosml -> zookeeper
paxosml -> bigtable
paxosml -> raft
partparliament -> paxosms
partparliament -> paxosml
partparliament -> zab
partparliament -> chubby
partparliament -> paxosml
partparliament -> bigtable
partparliament -> raft
partparliament -> zookeeper
partparliament -> spanner
idc -> byzantine
idc -> paxosms
chubby -> raft
chubby -> paxosml
paxosms -> chubby
paxosms -> raft
paxosms -> paxosml
bigtable -> spanner
bigtable -> raft
spanner -> raft
spanner -> spannercap
mapreduce -> cassandra
mapreduce -> spanner
bitcoin -> ethereum
}