From cf4c9bd857fdf554a553b7f1eddc0ff1b34219d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Fri, 10 Nov 2017 10:32:07 +0100 Subject: [PATCH] docs: Badger entry in experimenal-features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit License: MIT Signed-off-by: Ɓukasz Magiera --- docs/experimental-features.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/experimental-features.md b/docs/experimental-features.md index db2aa2ad2..1a3c5b539 100644 --- a/docs/experimental-features.md +++ b/docs/experimental-features.md @@ -301,6 +301,9 @@ Peers can see their (unspecific) relay address in the output of ### In Version 0.4.11 +### State +Experimental + Plugins allow to add functionality without the need to recompile the daemon. ### Basic Usage: @@ -312,3 +315,30 @@ See [Plugin docs](./plugins.md) - [ ] Better support for platforms other than Linux - [ ] More plugins and plugin types - [ ] 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