Skip to content

Read flat files as a datasource in Grafana (Avro, csv, etc)

License

Notifications You must be signed in to change notification settings

ryantxu/file-system-datasource

Repository files navigation

Grafana Flat System Datasource (WORK IN PROGRESS)

CircleCI dependencies Status devDependencies Status

Given a simple file system backend this datasource will:

  • list files w/metadata
  • expose some formats as timeseries/table data. Specifficaly:
    • csv
    • avro

Building

To complie, run:

yarn install --pure-lockfile
yarn build

Changelog

v0.0.1-dev
  • First working version