npm install tsdbnode-tsdb
=========

Time series database on leveldb.
Latest version v0.0.6
Requirements
------------
- tsdb-server/tsdb-cli: Nodejs >= v0.11
- tsdb client lib: Nodejs >= 0.8
Install
-------
``bash`
$ npm install tsdb -g
Usage
-----
- Server:
`bash`
$ tsdb-server [
- Client:
`bash`
$ tsdb-cli [-p
Docs
----
Test
----
`bash`
make test
Benchmark
---------
`bash``
make bench
License
-------
MIT. Chao Wang