You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dependabot[bot] 62f53ba8d5
Bump acorn from 5.7.3 to 5.7.4
4 years ago
spec add src 4 years ago
src sync acd2a2e756eba25134a8f7237994239c640555d3 4 years ago
.gitignore sync acd2a2e756eba25134a8f7237994239c640555d3 4 years ago
.npmignore add src 4 years ago
.travis.yml add src 4 years ago
LICENSE sync acd2a2e756eba25134a8f7237994239c640555d3 4 years ago
README.md sync acd2a2e756eba25134a8f7237994239c640555d3 4 years ago
jest.config.js add src 4 years ago
package-lock.json Bump acorn from 5.7.3 to 5.7.4 4 years ago
package.json sync acd2a2e756eba25134a8f7237994239c640555d3 4 years ago
tsconfig.jest.json add src 4 years ago
tsconfig.json add src 4 years ago

README.md

tsdb-kit

Build Status

Node.js library and utilities for running Grafana datasources on backend. You can send your datasource metrics from Grafana to compile it on Node.js and query your datasource via Grafana API in background.

User gets a unified interface to all datasources. Library gives single output format: fields order, time units, etc

Supported datasources

  • Influxdb
  • Graphite
  • Prometheus
  • PostgreSQL / TimescaleDB
  • ElasticSearch

Please write us at ping@corpglory.com if you want your datasource to be supported:

Projects based on library