mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 01:52:26 +08:00
docs: Badger entry in experimenal-features
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
@ -301,6 +301,9 @@ Peers can see their (unspecific) relay address in the output of
|
|||||||
### In Version
|
### In Version
|
||||||
0.4.11
|
0.4.11
|
||||||
|
|
||||||
|
### State
|
||||||
|
Experimental
|
||||||
|
|
||||||
Plugins allow to add functionality without the need to recompile the daemon.
|
Plugins allow to add functionality without the need to recompile the daemon.
|
||||||
|
|
||||||
### Basic Usage:
|
### Basic Usage:
|
||||||
@ -312,3 +315,30 @@ See [Plugin docs](./plugins.md)
|
|||||||
- [ ] Better support for platforms other than Linux
|
- [ ] Better support for platforms other than Linux
|
||||||
- [ ] More plugins and plugin types
|
- [ ] More plugins and plugin types
|
||||||
- [ ] Feedback on stability
|
- [ ] Feedback on stability
|
||||||
|
|
||||||
|
## Badger datastore
|
||||||
|
|
||||||
|
### In Version
|
||||||
|
0.4.11
|
||||||
|
|
||||||
|
Badger-ds is new datastore implementation based on
|
||||||
|
https://github.com/dgraph-io/badger
|
||||||
|
|
||||||
|
### Basic Usage
|
||||||
|
|
||||||
|
```
|
||||||
|
$ ipfs init --profile=badgerds
|
||||||
|
```
|
||||||
|
or
|
||||||
|
```
|
||||||
|
[BACKUP ~/.ipfs]
|
||||||
|
$ ipfs config profile apply badgerds
|
||||||
|
$ ipfs-ds-convert convert
|
||||||
|
```
|
||||||
|
|
||||||
|
###
|
||||||
|
|
||||||
|
### Road to being a real feature
|
||||||
|
|
||||||
|
- [ ] Needs more testing
|
||||||
|
- [ ] Make sure there are no unknown major problems
|
||||||
|
Reference in New Issue
Block a user