Skip to content

Commit cf4c9bd

Browse files
committed
docs: Badger entry in experimenal-features
License: MIT Signed-off-by: Łukasz Magiera <[email protected]>
1 parent 726e95e commit cf4c9bd

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

docs/experimental-features.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,9 @@ Peers can see their (unspecific) relay address in the output of
301301
### In Version
302302
0.4.11
303303

304+
### State
305+
Experimental
306+
304307
Plugins allow to add functionality without the need to recompile the daemon.
305308

306309
### Basic Usage:
@@ -312,3 +315,30 @@ See [Plugin docs](./plugins.md)
312315
- [ ] Better support for platforms other than Linux
313316
- [ ] More plugins and plugin types
314317
- [ ] 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

0 commit comments

Comments
 (0)