Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michmich112/gh-action-stats
Analytics platform for GitHub Actions
https://github.com/michmich112/gh-action-stats
action analytics github-actions svelte
Last synced: 25 days ago
JSON representation
Analytics platform for GitHub Actions
- Host: GitHub
- URL: https://github.com/michmich112/gh-action-stats
- Owner: michmich112
- Created: 2021-09-07T04:52:57.000Z (about 3 years ago)
- Default Branch: MigrationMain
- Last Pushed: 2022-12-11T15:14:55.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T02:16:28.667Z (7 months ago)
- Topics: action, analytics, github-actions, svelte
- Language: TypeScript
- Homepage: https://actions.boringday.co
- Size: 1.35 MB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh-action-stats
Analytics platform for Github actions
## Get started
Install the dependencies...
```bash
npm install
```...then start [Rollup](https://rollupjs.org):
```bash
npm run dev
```Navigate to [localhost:5000](http://localhost:5000). You should see the app running. By default it is connected to the production back end so you are able to access your data on your local host.
## Start Collecting Analytics
To start collecting analytics, visit the [get started page](https://actions.boringday.co/get-started) and visit the [`gh-action-stats` npm pacakge](https://github.com/michmich112/gh-action-stats-js).
## Badges
Badges are accessible from the action's dashboard by clicking on the gear icon on the upper lefthand side of the page.
> Note: There could be a problem with the first time you try to access the badges for it to create the initial badges## Future implementation
- [ ] Download data in csv format
- [ ] Time range picker
- [ ] Notifications for new Actor & new Repo
- [ ] Error displays & notifications
- [ ] Improved analytics with performance graphing and P90,P95 run duration
- [x ] Repo badges/shields# Contributions are welcome! Feel free to open an issue with what you would like us to add on here! :)