https://github.com/redhatinsights/tower-analytics-frontend
Automation Analytics provides data analytics for Ansible Tower that provides visualization and insight into how automation is used in your organization.
https://github.com/redhatinsights/tower-analytics-frontend
Last synced: about 2 months ago
JSON representation
Automation Analytics provides data analytics for Ansible Tower that provides visualization and insight into how automation is used in your organization.
- Host: GitHub
- URL: https://github.com/redhatinsights/tower-analytics-frontend
- Owner: RedHatInsights
- License: apache-2.0
- Created: 2019-02-20T21:33:52.000Z (over 6 years ago)
- Default Branch: devel
- Last Pushed: 2025-03-03T20:03:55.000Z (3 months ago)
- Last Synced: 2025-03-27T18:49:55.636Z (2 months ago)
- Language: TypeScript
- Homepage: https://console.redhat.com/ansible/ansible-dashboard
- Size: 19.7 MB
- Stars: 8
- Watchers: 18
- Forks: 28
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Automation Analytics Front End
Automation Analytics provides data analytics for Ansible Tower that provides visualization and insight into how automation is used in your organization.
### Developing against a deployed backend
Have Node 20+ installed, have a custom `127.0.2.1 stage.foo.redhat.com` line in your `/etc/hosts`.
1. `npm install` - install dependencies
2. `npm run start` - start local frontend while proxying all the requests to the stage environment
3. open https://stage.foo.redhat.com:1337/ansible/automation-analytics/(substitute `prod.foo.redhat.com` and `npm run start:prod` if needed)
You need valid credentials for the crc stage environment you are running against to be able to log in.
### Other
- `npm run lint` - runs eslint
- `npm run lint:fix` - runs eslint fix
- `npm run prettier` - runs prettier fix