Analysis library to create data views from queries


Keywords
cartodb, analysis, framework, workflow, api, sql, postgresql, postgis
License
BSD-3-Clause
Install
npm install camshaft@0.67.4

Documentation

camshaft

Analysis library to create data views from queries.

Build Status

Library intentions and responsibilities: TBA.

Limitations

  • TBA.

Internals

See docs/INTERNALS.md.

Dependencies

  • Node >= 10.x
  • npm >= 6.x

Install

To install the rest of the dependencies just run:

npm install

Tests

Tests suite can be run with:

npm test

That will (js)lint and run the tests.