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.
 
 
CorpGlory Inc. 663869b062 add src 4 years ago
spec add src 4 years ago
src add src 4 years ago
.gitignore add src 4 years ago
.npmignore add src 4 years ago
.travis.yml add src 4 years ago
LICENSE Initial commit 4 years ago
README.md add src 4 years ago
jest.config.js add src 4 years ago
package.json add src 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 for running Grafana datasources on backend plus utils. You can send your datasource metric from Grafana to compile it on Node.js and query your datasource via Grafana API in background.

User gets 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 a letter if you want your datasource to be supported: ping@corpglory.com

Projects based on library