https://github.com/ryantxu/file-system-datasource
Read flat files as a datasource in Grafana (Avro, csv, etc)
https://github.com/ryantxu/file-system-datasource
avro avro-files csv datasouce grafana grafana-plugin
Last synced: 5 months ago
JSON representation
Read flat files as a datasource in Grafana (Avro, csv, etc)
- Host: GitHub
- URL: https://github.com/ryantxu/file-system-datasource
- Owner: ryantxu
- License: apache-2.0
- Created: 2018-08-14T04:05:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T18:53:09.000Z (over 7 years ago)
- Last Synced: 2025-05-07T05:11:31.419Z (11 months ago)
- Topics: avro, avro-files, csv, datasouce, grafana, grafana-plugin
- Language: TypeScript
- Homepage:
- Size: 373 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Grafana Flat System Datasource (WORK IN PROGRESS)
[](https://circleci.com/gh/ryantxu/file-system-datasource/tree/master)
[](https://david-dm.org/ryantxu/file-system-datasource)
[](https://david-dm.org/ryantxu/file-system-datasource?type=dev)
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