docs: Badger entry in experimenal-features
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
Łukasz Magiera committed
Nov 10, 2017 at 10:32 UTC
cf4c9bd857fdf554a553b7f1eddc0ff1b34219d2
1 file changed
+30
docs/experimental-features.md
+30
@@ -301,6 +301,9 @@ Peers can see their (unspecific) relay address in the output of
301
### In Version
302
0.4.11
303
304
+### State
305
+Experimental
306
+
307
Plugins allow to add functionality without the need to recompile the daemon.
308
309
### Basic Usage:
@@ -312,3 +315,30 @@ See [Plugin docs](./plugins.md)
315
- [ ] Better support for platforms other than Linux
316
- [ ] More plugins and plugin types
317
- [ ] Feedback on stability
318
+
319
+ ## Badger datastore
320
+
321
+ ### In Version
322
+ 0.4.11
323
+
324
+ Badger-ds is new datastore implementation based on
325
+ https://github.com/dgraph-io/badger
326
+
327
+ ### Basic Usage
328
+
329
+ ```
330
+ $ ipfs init --profile=badgerds
331
+ ```
332
+ or
333
+ ```
334
+ [BACKUP ~/.ipfs]
335
+ $ ipfs config profile apply badgerds
336
+ $ ipfs-ds-convert convert
337
+ ```
338
+
339
+###
340
+
341
+### Road to being a real feature
342
+
343
+- [ ] Needs more testing
344
+- [ ] Make sure there are no unknown major problems