AElf Stats is a project designed to collect git history and bulk export it to Elasticsearch.
- Collects and exports git history data.
- Dockerized for easy setup and deployment.
- Integrates with Elasticsearch for data storage and analysis.
- Docker
- Clone the repository:
git clone https://github.com/AElfProject/aelf-stats.git
cd aelf-stats- start the application:
docker compose up -dThe application will automatically collect git history and export it to Elasticsearch.
| Name | Default Value | Description |
|---|---|---|
| REPO | Repo, e.g. AElfProject/AElf |
|
| ELASTICSEARCH_NODE | http://localhost:9200 | Address of elasticsearch node |
An example is included at dashboard.json.
For more details on how to import it, see https://grafana.com/docs/grafana/latest/dashboards/build-dashboards/import-dashboards/.
If you encounter a bug or have a feature request, please use the Issue Tracker. The project is also open to contributions, so feel free to fork the project and open pull requests.
Distributed under the MIT License. See License for more information.