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

https://github.com/grafana/infinity-libs

The libraries used by infinity datasource plugin
https://github.com/grafana/infinity-libs

grafana-datasource grafana-plugins group-datasources infinity squad-big-tent-plugins

Last synced: 3 months ago
JSON representation

The libraries used by infinity datasource plugin

Awesome Lists containing this project

README

          

# Infinity libs

The libs used by [Grafana Infinity data source plugin](https://grafana.com/grafana/plugins/yesoreyeram-infinity-datasource) and other grafana plugins. This repository contains only the libraries but not the actual plugins. If you are looking forward to contribute to the infinity data source plugin, consider using it's [repository](https://github.com/grafana/grafana-infinity-datasource) instead.

> **NOTE**: This is a forked/detached version of [original libs](https://github.com/yesoreyeram/grafana-plugins) developed by [@yesoreyeram](https://github.com/yesoreyeram).

## Included go packages

- [macros](./lib/go/macros/)
- [jsonframer](./lib/go/jsonframer/)
- [csvframer](./lib/go/csvframer/)
- [xmlframer](./lib/go/xmlframer/)

## Contributing

For contributing / running the repo locally, refer the guidelines given at [CONTRIBUTING.md](./CONTRIBUTING.md).