Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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