Skip to content

limbo127/grafana-infinity-datasource

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grafana Infinity Datasource

Visualize data from JSON, CSV, XML, GraphQL and HTML endpoints in Grafana.

Key FeaturesDownloadDocumentationUseful linksProject assistanceLicense

Grafana Infinity Datasource

🎯 Key Features

  • Get data from multiple sources into grafana
  • Supports various data formats
    • JSON
    • CSV / TSV / any delimited format
    • XML
    • GraphQL
    • HTML
    • RSS/ATOM
  • Support various authentication
    • Basic authentication
    • Bearer token authentication
    • API Key authentication
    • OAuth passthrough
    • OAuth2 client credentials
    • OAuth2 JWT authentication
    • AWS/Azure/GCP authentication
    • Digest authentication
  • Flexible data manipulation with UQL, GROQ, JSONata
  • Supports alerting, recorded queries, public dashboards, query caching
  • Utility variable functions
  • Supports for Grafana node graph panel, annotations etc

⚙️ Download

You can download and install this grafana plugin using various options

  • From Grafana plugin catalog
  • From Github release page (also available beta, pre-release versions)
  • Using grafana cli
    • grafana-cli plugins install yesoreyeram-infinity-datasource
  • Using docker
    • docker run -p 3000:3000 -e "GF_INSTALL_PLUGINS=yesoreyeram-infinity-datasource" grafana/grafana:latest

🎯 Documentation

For the plugin documentation, visit plugin documentation website.

⚡️ Useful Links

👍 Contributing

you can contribute in one of the following ways

  • If you find any interesting APIs, showcase how you are using the API with Infinity datasource so that other community members will get benefit out of it.
  • Test different APIs and create bugs if not working as expected
  • Read the contributing guide for more details

⭐️ Project assistance

If you want to say thank you or/and support active development of Grafana Infinity Datasource:

⚠️ License

This project is licensed under Apache 2.0

About

CSV, JSON, GraphQL, XML and HTML datasource for grafana.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.6%
  • Go 26.1%
  • MDX 12.8%
  • JavaScript 4.8%
  • Other 0.7%