0.0.7 • Published 9 years ago

tsdb v0.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

node-tsdb

npm.io

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

$ npm install tsdb -g

Usage

  • Server:

    $ tsdb-server [<path-to-config.js>]
  • Client:

    $ tsdb-cli [-p <port>] [-h <host>]

Docs

Test

make test

Benchmark

make bench

License

MIT. Chao Wang hit9@icloud.com