https://github.com/grindsa/hockey_graphs
yet another set of tools to render graphs based on statistics from P-DEL
https://github.com/grindsa/hockey_graphs
Last synced: 26 days ago
JSON representation
yet another set of tools to render graphs based on statistics from P-DEL
- Host: GitHub
- URL: https://github.com/grindsa/hockey_graphs
- Owner: grindsa
- License: gpl-3.0
- Created: 2020-09-27T05:06:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T05:35:51.000Z (over 2 years ago)
- Last Synced: 2025-11-12T07:05:29.422Z (7 months ago)
- Language: Python
- Size: 12.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# hockey_graphs
hockey_graphs is private software project to create a set of tools rendering charts based on statistics from [Penny-DEL](https://www.penny-del.org/)
The latest version is hosted at [http://hockeygraphs.dynamop.de/](https://hockeygraphs.dynamop.de/) and contains various charts which are based on data from
- 2019/2020 season
- [Magenta Sport Hockey Cup](https://www.magentasport.de/eishockey/magentasportcup)
- 2020/2021 season
## Project status
The project is under heavy development. So far charts for single del matches and team-benchmarking will be provided. Team-statistics and player statistics are on my to-do-list and will hopefully follow soon.
In case you are missing a certain chart you would like to see let me know. Just create an [issue](https://github.com/grindsa/hockey_graphs/issues/new) or drop an email to . Suggestions for improvements and objective criticism are welcome at any time.
If you are interested in raw (but much more detailed) statistics please visit [leaffan.net](https://www.leaffan.net/del/#!/home) or [5plusspieldauer.de](https://5plusspieldauer.de/). These two sites are by far the best sources for advanced statistics of Penny-DEL.
## Disclaimer
I am not a professional software developer. Main aim for this project was to do something useful while being stuck in COVID prison. Keep this in mind while laughing about my code and don’t forget to send patches.
I do neither work for (P-)DEL nor any of the German hockey clubs. I just found the raw data while checking the source code of [penny-del.org](https://www.penny-del.org/) and by putting the right parameters into Google search bar.
## Architecture
The project is split into two parts:
- a [django](https://www.djangoproject.com/) based backend providing a [REST-API](https://hockeygraphs.dynamop.de/api/v1/) for data fetching
- a [ReactJS](https://reactjs.org/) based frontend
The charts are being generated by using [highcharts](https://www.highcharts.com/)
## Contributing
Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on my code of
conduct, and the process for submitting pull requests.
Please note that I have a life besides programming. Thus, expect a delay
in answering.
## License
This project is licensed under the GPLv3 - see the [LICENSE](LICENSE) file for details