# camshaft

> Analysis library to create data views from queries

Latest version **0.67.4** (published 2022-01-10) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install camshaft
pnpm add camshaft
yarn add camshaft
bun add camshaft
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.67.4 |
| Published | 2022-01-10 |
| First published | 2016-02-10 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Node | ^10.15.1 |
| Dependencies | 7 |
| Unpacked size | 919.8 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 17 |
| Author | CARTO |
| Maintainers | zbigg, eamadorp, juanra-carto, cartodb, alasarr, albertoag, victor.velarde, shylpx, jaragon, dgaubert, oleurud, jgoizueta, rtorre |
| Keywords | cartodb, analysis, framework, workflow, api, sql, postgresql, postgis |

## Links

- npm: https://www.npmjs.com/package/camshaft
- Repository: https://github.com/CartoDB/camshaft
- Homepage: https://github.com/CartoDB/camshaft#readme
- Issues: https://github.com/CartoDB/camshaft/issues
- npm.io page: https://npm.io/package/camshaft

## Dependencies (7)

- [dot](https://npm.io/package/dot.md) ^1.0.3
- [pino](https://npm.io/package/pino.md) ^6.3.1
- [async](https://npm.io/package/async.md) ^1.5.2
- [debug](https://npm.io/package/debug.md) ^3.1.0
- [request](https://npm.io/package/request.md) ^2.85.0
- [cartodb-psql](https://npm.io/package/cartodb-psql.md) 0.14.0
- [cartodb-query-tables](https://npm.io/package/cartodb-query-tables.md) ^0.6.1

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 0.67.4 (latest) — 2022-01-10
- 0.67.3 — 2021-02-15
- 0.67.2 — 2020-11-17
- 0.67.1 — 2020-08-26
- 0.67.0 — 2020-07-22
- 0.66.0 — 2020-06-22
- 0.65.3 — 2020-03-05
- 0.65.2 — 2020-02-17
- 0.65.1 — 2019-12-02
- 0.65.0 — 2019-11-25
- 0.64.2 — 2019-09-16
- 0.64.1 — 2019-09-13
- 0.64.0 — 2019-03-29
- 0.63.4 — 2019-02-13
- 0.63.3 — 2019-02-12
- … 127 more at https://npm.io/package/camshaft/versions

## README

# camshaft

Analysis library to create data views from queries.

[![Build Status](https://travis-ci.org/CartoDB/camshaft.png?branch=master)](https://travis-ci.org/CartoDB/camshaft)

Library intentions and responsibilities: TBA.

## Limitations

 - TBA.

## Internals

See [docs/INTERNALS.md](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.

---
_Source: https://npm.io/package/camshaft · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
