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

https://github.com/kallydev/chainbase-grafana

Developer DAO X Chainbase Hackathon. Grafana datasource plugin for the Chainbase SQL API.
https://github.com/kallydev/chainbase-grafana

chainbase grafana-plugin

Last synced: 6 months ago
JSON representation

Developer DAO X Chainbase Hackathon. Grafana datasource plugin for the Chainbase SQL API.

Awesome Lists containing this project

README

          

# Chainbase data source for Grafana

![GitHub last commit](https://img.shields.io/github/last-commit/kallydev/chainbase-grafana?style=flat-square)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/kallydev/chainbase-grafana?style=flat-square)
![GitHub license](https://img.shields.io/github/license/kallydev/chainbase-grafana?style=flat-square)

Grafana datasource plugin for the [Chainbase](https://chainbase.com/) SQL API.

## Screenshots

![Dashboard 1](src/images/screenshots/dashboard_1.webp)
![Dashboard 2](src/images/screenshots/dashboard_2.webp)
![Editor](src/images/screenshots/editor.webp)

## Build

Build frontend and backend of the plugin.

```bash
pnpm build
mage -v
```

## Roadmap

- [ ] Enhanced query features
- [ ] SQL query builder
- [ ] SQL macros support

## License

[Mozilla Public License 2.0](LICENSE)