This website works better with JavaScript.
Explore
Help
Sign In
NextGraph
/
rocksdb
Watch
1
Star
0
Fork
You've already forked rocksdb
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
fork of
https://github.com/oxigraph/rocksdb
and
https://github.com/facebook/rocksdb
for nextgraph and oxigraph
7143
Commits
4
Branches
0
Tags
169 MiB
C++
82.8%
Java
9.7%
C
2.5%
Python
1.6%
Perl
1%
Other
2.1%
Tree:
402b7aa07f
rocksdb
/
examples
/
README.md
120 B
Raw
Blame
History
Compile RocksDB first by executing
make static_lib
in parent dir
Compile all examples:
cd examples/; make all