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

https://github.com/yesoreyeram/grafana-plugins

All my experiments with Grafana plugins
https://github.com/yesoreyeram/grafana-plugins

Last synced: about 1 month ago
JSON representation

All my experiments with Grafana plugins

Awesome Lists containing this project

README

        

# Grafana Plugins

My experiments with [Grafana](https://grafana.com) [plugins](https://grafana.com/plugins) eco-system. This is a mono-repo of following plugins and grafana related packages.

## Included go packages

- [macros](./lib/go/macros/)
- [restds](./lib/go/restds/)
- [anyframer](./lib/go/anyframer/)
- [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).