This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
251 lines (240 loc) · 8.18 KB
/
index.html
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Are we IPFS yet?</title>
<meta name="description" content="...kinda, yeah! The foundations are there, but there's still a lot of fine-tuning and advanced features to implement.">
<meta name="image" content="https://raw.githubusercontent.com/rs-ipfs/areweipfsyet.rs/master/img/open-graph-preview.png">
<!-- Schema.org for Google -->
<meta itemprop="name" content="Are we IPFS yet?">
<meta itemprop="description" content="...kinda, yeah! The foundations are there, but there's still a lot of fine-tuning and advanced features to implement.">
<meta itemprop="image" content="https://raw.githubusercontent.com/rs-ipfs/areweipfsyet.rs/master/img/open-graph-preview.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Are we IPFS yet?">
<meta name="twitter:description" content="...kinda, yeah! The foundations are there, but there's still a lot of fine-tuning and advanced features to implement.">
<meta name="twitter:image:src" content="https://raw.githubusercontent.com/rs-ipfs/areweipfsyet.rs/master/img/twitter-preview.png">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="Are we IPFS yet?">
<meta name="og:description" content="...kinda, yeah! The foundations are there, but there's still a lot of fine-tuning and advanced features to implement.">
<meta name="og:image" content="https://raw.githubusercontent.com/rs-ipfs/areweipfsyet.rs/master/img/open-graph-preview.png">
<meta name="og:url" content="https://areweipfsyet.rs">
<meta name="og:site_name" content="Are we IPFS yet?">
<meta name="og:locale" content="en_US">
<meta name="og:type" content="website">
<link rel="stylesheet" href="./styles.css" />
</head>
<body>
<header role="banner">
<nav>
<a href="https://github.com/rs-ipfs/areweipfsyet.rs">
<img
src="https://github.githubassets.com/favicons/favicon.png"
alt="Visit our GitHub page" />
</a>
</nav>
<img src="./img/rust-ipfs-crab.png" alt="" />
<h1>Are we IPFS yet?</h1>
<p>
...kinda, yeah! The foundations are there, but there's
still a lot of fine-tuning and advanced features to
implement.
</p>
</header>
<section role="main">
<h2>Where are we at?</h2>
<p>
The following table details how far along the ecosystem as a
whole is in supporting the suite of InterPlanetary File
System (IPFS) functionality. Note that we're using conformance
tests from the <a href="https://github.com/ipfs/js-ipfs/tree/master/packages/interface-ipfs-core">official suite</a>
as a metric, since it's the best objective measure we are aware of.
</p>
<p>
If you have made progress in any of the yellow or gray items
below, or simply want to offer a correction, please
<a href="https://github.com/rs-ipfs/areweipfsyet.rs/issues/new">let us know</a>.
</p>
<table>
<thead>
<tr>
<th>Feature</th>
<th>IPFS</th>
<th>HTTP</th>
<th>Conformance Tests</th>
</tr>
</thead>
<tbody>
<tr class="complete">
<td>Pubsub</td>
<td>Yes</td>
<td>Yes</td>
<td>25/25 tests passing</td>
</tr>
<tr class="complete">
<td>Swarm</td>
<td>Yes</td>
<td>Yes</td>
<td>13/13 tests passing</td>
</tr>
<tr class="complete">
<td>Refs</td>
<td>Yes</td>
<td>Yes</td>
<td>21/21 tests passing</td>
</tr>
<tr class="complete">
<td>Cat</td>
<td>Yes</td>
<td>Yes</td>
<td>14/14 tests passing</td>
</tr>
<tr class="complete">
<td>Get</td>
<td>Yes</td>
<td>Yes</td>
<td>9/9 tests passing</td>
</tr>
<tr class="complete">
<td>Version</td>
<td>Yes</td>
<td>Yes</td>
<td>1/2 tests passing</td>
</tr>
<tr class="complete">
<td>ID</td>
<td>Yes</td>
<td>Yes</td>
<td>1/2 tests passing</td>
</tr>
<tr class="partial">
<td>Bitswap</td>
<td>Partial (comparable to go-ipfs 0.4)</td>
<td>Yes</td>
<td>9/9 tests passing</td>
</tr>
<tr class="partial">
<td>Add</td>
<td>No</td>
<td>Yes</td>
<td>10/27 tests passing</td>
</tr>
<tr class="partial">
<td>Pin</td>
<td>Initial</td>
<td>No</td>
<td>10/16 tests passing</td>
</tr>
<tr class="partial">
<td>Block</td>
<td>Yes</td>
<td>Yes</td>
<td>25/27 tests passing</td>
</tr>
<tr class="partial">
<td>Dag</td>
<td>Yes</td>
<td>Yes</td>
<td>25/32 tests passing</td>
</tr>
<tr class="partial">
<td>DHT</td>
<td>Partial</td>
<td>Partial</td>
<td>13/20 tests passing</td>
</tr>
</tbody>
</table>
</section>
<section>
<h2>Remaining Work</h2>
<p>
The table below details the features that still need attention.
This is a great opportunity for contributors who want to make
a difference. See the projects list below for places to
contribute.
</p>
<table>
<thead>
<tr>
<th>Feature</th>
<th>IPFS</th>
<th>HTTP</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bootstrap</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td>Name</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td>Ping</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td>Key</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td>Config</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td>Stats</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td>Files</td>
<td>No</td>
<td>No</td>
</tr>
</tbody>
</table>
</section>
<section>
<h2>Ecosystem Projects</h2>
<ul>
<li>
<a href="https://github.com/rs-ipfs/rust-ipfs">rust-ipfs</a>
is an implementation that focuses on the suite of conformance
tests provided by Protocol Labs
</li>
<li>
<a href="https://github.com/ferristseng/rust-ipfs-api">rust-ipfs-api</a> - A HTTP client for an existing
go-ipfs or js-ipfs node. Supports both hyper and actix
</li>
<li>
<a href="https://github.com/ipfs-rust/ipfs-embed">ipfs-embed</a> - A light client implementation
with a <a href="https://github.com/spacejam/sled">sled</a> backend
</li>
<li>
<a href="https://github.com/ipfs-rust/rust-ipld">rust-ipld</a> - Basic rust ipld library supporting
dag-cbor, dag-json and dag-pb formats
</li>
<li>
PolkaX's own <a href="https://github.com/PolkaX/rust-ipfs">rust-ipfs</a>
</li>
<li>
Parity's <a href="https://github.com/libp2p/rust-libp2p">rust-libp2p</a>, which does a lot of the
heavy lifting here
</li>
</ul>
</section>
<footer role="contentinfo">
<span>Copyright © 2020 <a href="https://equilibrium.co">Equilibrium</a></span>
<span>Rust IPFS crab by <a href="http://helminen.co/">Jouni Helminen</a></span>
</footer>
</body>
</html>