Skip to content

High performance distributed object storage server from Douban Inc.

License

Notifications You must be signed in to change notification settings

ariesdevil/gobeansdb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoBeansDB

Yet anonther distributed key-value storage system from Douban Inc.

Install

$ cd ${GOPATH}
$ git clone http://github.com/douban/gobeansdb.git src/github.com/douban/gobeansdb
$ cd src/github.com/douban/gobeansdb
$ make

test

$ make test  # unit test
$ make pytest  # Integrated test

run

$ ${GOPATH}/bin/gobeansdb -h

About

High performance distributed object storage server from Douban Inc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 85.7%
  • C 9.0%
  • Python 5.0%
  • Other 0.3%