add version, usage, and planning info for urlstore
License: MIT Signed-off-by: John Reed <john@re2d.xyz>
John Reed committed
Oct 2, 2018 at 18:59 UTC
035ce914ff83d552da33aab939a185b43b848f57
1 file changed
+8
-2
docs/experimental-features.md
+8
-2
@@ -183,7 +183,7 @@ Allows ipfs to retrieve blocks contents via a url instead of storing it in the d
183
experimental.
184
185
### In Version
186
-???.
186
+master, v0.4.17
187
188
### How to enable
189
Modify your ipfs config:
@@ -191,8 +191,14 @@ Modify your ipfs config:
191
ipfs config --json Experimental.UrlstoreEnabled true
192
```
193
194
+And then add a file at a specific URL using `ipfs urlstore add <url>`
195
+
196
### Road to being a real feature
195
-???.
197
+- [ ] Needs more people to use and report on how well it works.
198
+- [ ] Need to address error states and failure conditions
199
+- [ ] Need to write docs on usage, advantages, disadvantages
200
+- [ ] Need to implement caching
201
+- [ ] Need to add metrics to monitor performance
202
203
---
204