Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 826 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 826 Bytes

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