An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

## Grafana Flat System Datasource (WORK IN PROGRESS)

[![CircleCI](https://circleci.com/gh/ryantxu/file-system-datasource/tree/master.svg?style=svg)](https://circleci.com/gh/ryantxu/file-system-datasource/tree/master)
[![dependencies Status](https://david-dm.org/ryantxu/file-system-datasource/status.svg)](https://david-dm.org/ryantxu/file-system-datasource)
[![devDependencies Status](https://david-dm.org/ryantxu/file-system-datasource/dev-status.svg)](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