Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stakemachine/thegraph-exporter
The Graph Exporter continuously polls data from the network subgraph, fetches some smart-contract data, and generates network-wide metrics based on collected data.
https://github.com/stakemachine/thegraph-exporter
blockchain golang grafana thegraphprotocol victoriametrics
Last synced: 25 days ago
JSON representation
The Graph Exporter continuously polls data from the network subgraph, fetches some smart-contract data, and generates network-wide metrics based on collected data.
- Host: GitHub
- URL: https://github.com/stakemachine/thegraph-exporter
- Owner: stakemachine
- License: mit
- Created: 2021-09-13T12:05:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T15:55:57.000Z (about 1 month ago)
- Last Synced: 2024-09-30T08:03:05.993Z (about 1 month ago)
- Topics: blockchain, golang, grafana, thegraphprotocol, victoriametrics
- Language: Go
- Homepage: https://thegraph.stake-machine.com
- Size: 1.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Graph: Network Metrics Exporter
![The Graph Network Dashboard](images/dashboard.png)
The Graph Exporter continuously polls data from the network subgraph, fetches some smart-contract data, and generates network-wide metrics based on collected data.## Build Docker Image
```
make docker
```## Run full stack
```
docker-compose up -d
```
### Customize settings
Copy env.example to .env and adjust settings to your environment if needed## Contributing
Contributions are always welcome!
## License
[MIT](https://choosealicense.com/licenses/mit/)