Skip to content

gorocksdb is a Go wrapper for RocksDB. forking for my learning, adding go module

License

Notifications You must be signed in to change notification settings

y00rb/gorocksdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gorocksdb, a Go wrapper for RocksDB

Build Status GoDoc

If you want to understand how compile gorocksdb, please visit original repo. this repo adding the go module. I'm used the rocksdb works as persisted storage in my distributed cache.

Install

In macOS, doesn't need complie rocksdb, only need install rocksdb by homebrew:

brew install rocksdb

Once installed, you would see DLL librocksdb.6.7.dylib and librocksdb.6.7.3.dylib in directory /usr/local/lib.

About

gorocksdb is a Go wrapper for RocksDB. forking for my learning, adding go module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published