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.
 
 
rozetko 82dfc20b2f init CLI arguments 2 years ago
.vscode small fxs 3 years ago
spec QueryService refactoring: 2 years ago
src init CLI arguments 2 years ago
.gitignore jest tests back + vscode 3 years ago
.npmignore destruction of build system 3 years ago
.travis.yml add src 4 years ago
LICENSE Update LICENSE 3 years ago
README.md Update README.md 3 years ago
bin.tsconfig.json fix bin build 2 years ago
jest.config.js jest tests back + vscode 3 years ago
lib.tsconfig.json fix bin build 2 years ago
package.json init CLI arguments 2 years ago
webpack.config.js init CLI arguments 2 years ago
yarn.lock init CLI arguments 2 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 / MySQL
  • ElasticSearch

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

Projects based on library