Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msfjarvis/build-report-ingestor
Rust web app and backend to submit and visualize Kotlin build reports
https://github.com/msfjarvis/build-report-ingestor
Last synced: 12 days ago
JSON representation
Rust web app and backend to submit and visualize Kotlin build reports
- Host: GitHub
- URL: https://github.com/msfjarvis/build-report-ingestor
- Owner: msfjarvis
- License: apache-2.0
- Created: 2022-09-16T09:43:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T20:15:11.000Z (about 2 years ago)
- Last Synced: 2024-05-01T16:02:12.056Z (8 months ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# build-report-ingestor [![Check Rust code](https://github.com/msfjarvis/build-report-ingestor/actions/workflows/test.yml/badge.svg)](https://github.com/msfjarvis/build-report-ingestor/actions/workflows/test.yml)
An attempt at building a Gradle Enterprise-like dashboard for Kotlin Build Reports.
### TODO
- [x] Expose an HTTP endpoint for accepting build reports
- [ ] Persist reports to disk
- [ ] Expose a server-driven web dashboard that shows all reports
- [ ] Detailed view for individual reports
- [ ] Track trends for individual metrics across multiple reports