Skip to content

pavanka/gorocksdb

 
 

Repository files navigation

gorocksdb, a Go wrapper for RocksDB

Build Status GoDoc

Building

You'll need the shared library build of RocksDB installed on your machine, simply run:

make shared_lib

Now, if you build RocksDB you can install gorocksdb:

CGO_CFLAGS="-I/path/to/rocksdb/include" \
CGO_LDFLAGS="-L/path/to/rocksdb -lrocksdb -lstdc++ -lm -lz -lbz2 -lsnappy" \
  go get github.com/tecbot/gorocksdb

About

gorocksdb is a Go wrapper for RocksDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.2%
  • C 2.8%