Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/no9/luvdbie
Leveldb tcp server
https://github.com/no9/luvdbie
Last synced: 5 days ago
JSON representation
Leveldb tcp server
- Host: GitHub
- URL: https://github.com/no9/luvdbie
- Owner: No9
- License: other
- Created: 2013-09-08T11:53:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-08T23:49:27.000Z (over 11 years ago)
- Last Synced: 2024-12-02T04:19:29.442Z (22 days ago)
- Homepage: www.luvdb.ie
- Size: 6.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# luvdbie
[![Build Status](https://travis-ci.org/No9/luvdbie.png?branch=master)](https://travis-ci.org/No9/luvdbie)
## Introduction
Luvdbie (pronounced loved by) is a leveldb instance wrapped by libuv tcp-server. It is designed to be a performant networked leveldb that can be used as a standalone instance as well as providing an alternative [levelDOWN](https://github.com/rvagg/node-leveldown) implementation in networked database scenarios.
This work was inspired by [this article by @hij1nx](https://medium.com/p/37a93d4e0013) and the [work I did on memory usage in the current leveldb stack](https://github.com/rvagg/node-levelup/issues/171)
## Install
```bash
$ npm install luvdbie -g
```## Run
```bash
$ luvdbie 8085
```