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
- Host: GitHub
- URL: https://github.com/grafana/infinity-libs
- Owner: grafana
- License: apache-2.0
- Created: 2024-06-28T05:22:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-11T14:06:24.000Z (3 months ago)
- Last Synced: 2025-07-19T11:43:54.587Z (3 months ago)
- Topics: grafana-datasource, grafana-plugins, group-datasources, infinity, squad-big-tent-plugins
- Language: Go
- Homepage: https://grafana.com/plugins/yesoreyeram-infinity-datasource
- Size: 1.27 MB
- Stars: 2
- Watchers: 107
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).