Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/)