https://github.com/fritzy/level2riak
A network bridge between levelup to riak using multilevel and riakdown.
https://github.com/fritzy/level2riak
Last synced: 2 months ago
JSON representation
A network bridge between levelup to riak using multilevel and riakdown.
- Host: GitHub
- URL: https://github.com/fritzy/level2riak
- Owner: fritzy
- Created: 2014-05-06T16:40:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-06T16:40:26.000Z (over 11 years ago)
- Last Synced: 2025-03-21T01:17:18.770Z (7 months ago)
- Size: 105 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#level2riak
A network service that allows you to connect to a riak db as if it were a multilevel (levelup) database.
## Install
```sh
npm install -g level2riak
```## Usage
```sh
level2riak --host 127.0.0.1 --port 8087 --listen 8091 --bucket somebucket
```## Connecting
You can use any leveldb/[levelup](https://github.com/level/levelup) tool to connect to your riak bucket on the listen port.
If you're doing this in your code, you might consider using [riakdown](https://github.com/nlf/riakdown) directly.
One of the great things about this is that it allows you to use level debugging tools like [lev](https://github.com/hij1nx/lev) with Riak.