File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -301,6 +301,9 @@ Peers can see their (unspecific) relay address in the output of
301
301
### In Version
302
302
0.4.11
303
303
304
+ ### State
305
+ Experimental
306
+
304
307
Plugins allow to add functionality without the need to recompile the daemon.
305
308
306
309
### Basic Usage:
@@ -312,3 +315,30 @@ See [Plugin docs](./plugins.md)
312
315
- [ ] Better support for platforms other than Linux
313
316
- [ ] More plugins and plugin types
314
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
You can’t perform that action at this time.
0 commit comments