/node-js-asterixdb

Node.js library for AsterixDB (https://asterixdb.ics.uci.edu/)

Primary LanguageJavaScriptApache License 2.0Apache-2.0

node-js-asterixdb

Node.js library for AsterixDB.

AsterixDB

This library is developed with AsterixDB 0.8.7+.

For installation options, please visit AsterixDB downloads and AsterixDB installation instructions.

Installation

This module has not yet been published with npm. To install a local working copy:

$ npm install /path/to/node-js-asterixdb

This will change after this is published to npm.

Development Tools

Tests rely on a running local instance of AsterixDB. To run tests:

$ npm run test

To check the style of the code:

$ npm run lint