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: 3 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T15:55:32.000Z (over 1 year ago)
- Last Synced: 2025-04-10T10:16:15.640Z (about 1 year ago)
- Topics: blockchain, golang, grafana, thegraphprotocol, victoriametrics
- Language: Go
- Homepage: https://thegraph.stake-machine.com
- Size: 1.71 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Graph: Network Metrics 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.
## 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/)