cbfs

Distributed Blobstore using Couchbase Server

Github星跟踪图

GoDoc

cbfs is a distributed file server built on top of Couchbase

How do I get the stuff

go get github.com/couchbaselabs/cbfs

And you'll find the source in
$GOPATH/src/github.com/couchbaselabs/cbfs (and a cbfs binary
should be in your path)

How do I build the stuff

cd $GOPATH/src/pkg/github.com/couchbaselabs/cbfs
go build

How do I run the stuff

mkdir -p /tmp/localdata
./cbfs -nodeID=$mynodeid \
       -bucket=cbfs \
       -couchbase=http://$mycouchbaseserver:8091/
       -root=/tmp/localdata \
       -viewProxy

The server will be empty at this point, you can install the monitor
using cbfsclient (go get github.com/couchbaselabs/cbfs/tools/cbfsclient)

cbfsclient http://localhost:8484/ upload \
    $GOPATH/src/github.com/couchbaselabs/cbfs/monitor monitor

Then go to http://localhost:8484/monitor/

Running on Docker / CoreOS

See Traun Leyden's blog post on Running CBFS + Couchbase Cluster on CoreOS.

主要指标

概览
名称与所有者couchbaselabs/cbfs
主编程语言Go
编程语言Go (语言数: 3)
平台
许可证Apache License 2.0
所有者活动
创建于2012-09-14 20:00:36
推送于2017-03-13 23:06:14
最后一次提交2017-03-13 16:06:13
发布数1
最新版本名称1.0 (发布于 2013-05-19 00:46:25)
第一版名称1.0 (发布于 2013-05-19 00:46:25)
用户参与
星数188
关注者数171
派生数40
提交数785
已启用问题?
问题数136
打开的问题数2
拉请求数9
打开的拉请求数0
关闭的拉请求数5
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?