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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?