Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grafana/grafana-csv-datasource
A data source for loading CSV data into Grafana.
https://github.com/grafana/grafana-csv-datasource
csv grafana hacktoberfest plugins
Last synced: 4 days ago
JSON representation
A data source for loading CSV data into Grafana.
- Host: GitHub
- URL: https://github.com/grafana/grafana-csv-datasource
- Owner: grafana
- License: apache-2.0
- Created: 2020-11-25T14:25:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T16:34:09.000Z (12 days ago)
- Last Synced: 2024-12-14T18:07:52.812Z (11 days ago)
- Topics: csv, grafana, hacktoberfest, plugins
- Language: TypeScript
- Homepage: https://grafana.com/plugins/marcusolsson-csv-datasource
- Size: 3.71 MB
- Stars: 73
- Watchers: 120
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# CSV data source for Grafana
> [!CAUTION]
> This plugin is now in maintenance mode, no new features will be added. We recommend using the [Infinity data source plugin](https://grafana.com/grafana/plugins/yesoreyeram-infinity-datasource/) insteadThe Grafana CSV Datasource plugin is designed to load CSV data into Grafana, expanding your capabilities to visualize and analyze data stored in CSV (Comma-Separated Values) format. Whether you have log files, historical data, or other datasets in CSV format, this plugin streamlines the process of integrating this data into your Grafana dashboards.
## Documentation
For comprehensive instructions on setting up and configuring the Grafana CSV Datasource, please consult our official [documentation](https://grafana.com/docs/plugins/marcusolsson-csv-datasource/latest/).
## Contributing
We welcome and appreciate contributions from the open-source community to make this project better. Whether you want to report a bug, request a new feature, or submit code changes, please follow the guidelines below:
### Reporting issues
If you encounter a bug or have a suggestion for improvement, please check our [issues](https://github.com/grafana/grafana-csv-datasource/issues) to see if a similar issue has already been reported. If not, feel free to open a new issue. When creating an issue, please provide as much detail as possible, including the version of the datasource you are using, your version of grafana and steps to reproduce the issue.
### Requesting features
If you have an idea for a new feature or enhancement, we encourage you to create an [issue](https://github.com/grafana/grafana-csv-datasource/issues). This can help gather feedback and refine the proposal.
### Pull requests
If you'd like to contribute code to this project, please follow these steps:
1. Fork the repository to your GitHub account.
2. Create a new branch for your feature or bug fix: `git checkout -b feature-name`.
3. Make your changes and commit them with a clear, descriptive message.
4. Push your branch to your fork: `git push origin feature-name`.
5. Create a pull request (PR) to the `main` branch of this repository. Please provide a detailed description of your changes in the PR.
6. Be prepared to address any feedback or requested changes during the review process.
7. Once your PR is approved, it will be merged, and your contribution will be part of the datasource.