Given a simple file system backend this datasource will:
- list files w/metadata
- expose some formats as timeseries/table data. Specifficaly:
- csv
- avro
To complie, run:
yarn install --pure-lockfile
yarn build
- First working version
Read flat files as a datasource in Grafana (Avro, csv, etc)
TypeScriptApache-2.0
Given a simple file system backend this datasource will:
To complie, run:
yarn install --pure-lockfile
yarn build