parstream

0.0.1 • Public • Published

Parstream JSON client

This is a client for the parstream db. This module at least requires parstream v1.6.0 since it depends on the JSON interface.

Install

Just install the module via npm.

npm install parstream

Example

var parstream = require('parstream').createClient('your.parstream-host.com', 9042);

parstream.query('SELECT * FROM foo WHERE bar="fast"', function(err, data) {
  // do something with your data...
})

Readme

Keywords

none

Package Sidebar

Install

npm i parstream

Weekly Downloads

0

Version

0.0.1

License

none

Last publish

Collaborators

  • teemow