Skip to content

Commit

Permalink
Merge pull request #10 from algrebe/rocksdb-iter-using-generators
Browse files Browse the repository at this point in the history
Rocksdb iter using generators + jq filter support
  • Loading branch information
algrebe authored Mar 30, 2017
2 parents af99844 + dbbf7d5 commit f0458bc
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 197 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ $ sudo mv include/* /usr/include/

### Install RocksDBServer

rocksdbserver uses [jq.py](https://github.com/mwilliamson/jq.py) which requires the following

```bash
$ sudo apt-get install autoconf automake build-essential libtool python-dev
```

``` bash
sudo pip install rocksdbserver
$ sudo pip install rocksdbserver
```

## Usage
Expand Down
Loading

0 comments on commit f0458bc

Please sign in to comment.