Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
G
go-ipfs
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
jihao
go-ipfs
Commits
13ed3f34
Unverified
提交
13ed3f34
authored
11月 10, 2017
作者:
Whyrusleeping
提交者:
GitHub
11月 10, 2017
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #4379 from ipfs/gx/badgerds-1.1.2
Update badgerds to 1.1.2
上级
3dfba224
cf4c9bd8
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
33 行增加
和
3 行删除
+33
-3
experimental-features.md
docs/experimental-features.md
+30
-0
package.json
package.json
+2
-2
datastores.go
repo/fsrepo/datastores.go
+1
-1
没有找到文件。
docs/experimental-features.md
浏览文件 @
13ed3f34
...
...
@@ -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
package.json
浏览文件 @
13ed3f34
...
...
@@ -460,9 +460,9 @@
},
{
"author"
:
"magik6k"
,
"hash"
:
"Qm
NyEjsu9TxPRC1PqaL3JQRwAsSAGA1mu6ZtuHonvh5rju
"
,
"hash"
:
"Qm
aZp8XCS3su4Mzd8DL95npF9dqkEC9rTxmSiV3YX9qQy4
"
,
"name"
:
"go-ds-badger"
,
"version"
:
"1.1.
1
"
"version"
:
"1.1.
2
"
},
{
"author"
:
"whyrusleeping"
,
...
...
repo/fsrepo/datastores.go
浏览文件 @
13ed3f34
...
...
@@ -16,8 +16,8 @@ import (
ds
"gx/ipfs/QmVSase1JP7cq9QkPT46oNwdp9pT6kBkG3oqS14y3QcZjG/go-datastore"
mount
"gx/ipfs/QmVSase1JP7cq9QkPT46oNwdp9pT6kBkG3oqS14y3QcZjG/go-datastore/syncmount"
badgerds
"gx/ipfs/QmNyEjsu9TxPRC1PqaL3JQRwAsSAGA1mu6ZtuHonvh5rju/go-ds-badger"
levelds
"gx/ipfs/QmPdvXuXWAR6gtxxqZw42RtSADMwz4ijVmYHGS542b6cMz/go-ds-leveldb"
badgerds
"gx/ipfs/QmaZp8XCS3su4Mzd8DL95npF9dqkEC9rTxmSiV3YX9qQy4/go-ds-badger"
ldbopts
"gx/ipfs/QmbBhyDKsY4mbY6xsKt3qu9Y7FPvMJ6qbD8AMjYYvPRw1g/goleveldb/leveldb/opt"
)
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论