https://github.com/starwit/alert-viewer
A simple notification app, to show actions approved by AI Cockpit
https://github.com/starwit/alert-viewer
ai-cockpit aicockpit
Last synced: 5 months ago
JSON representation
A simple notification app, to show actions approved by AI Cockpit
- Host: GitHub
- URL: https://github.com/starwit/alert-viewer
- Owner: starwit
- License: gpl-3.0
- Created: 2025-01-24T13:32:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-17T09:32:45.000Z (9 months ago)
- Last Synced: 2025-09-17T11:36:12.719Z (9 months ago)
- Topics: ai-cockpit, aicockpit
- Language: JavaScript
- Homepage:
- Size: 587 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# alert-viewer
This is a demo project to simulate a rest endpoint. It is used to receive alerts triggered by action in the ai-cockpit project. It demonstrate how a third party system can be included in processing.
## How to deploy
Helm chart for application can be found [here](https://hub.docker.com/r/starwitorg/alert-viewer-chart).
## How to build
1) Go to `webclient/app` and install the frontend applications dependencies
```bash
cd webclient/app
npm install
```
2) Build the project with
```bash
mvn clean install -P frontend
3) Start project
```bash
java -jar application/target/application-xxx.jar
```
## How to test
Following call will create a test alert:
```bash
curl http://localhost:8080/api/alerts/test/39.970750433126994/-86.12693383495157
```
## Contact & Contribution
The “KI-Cockpit” (AI Cockpit) project was funded by the Federal Ministry of Labor and Social Affairs.

## License
This software is licensed under AGPL and license text can be found at: https://github.com/starwit/alert-viewer/blob/main/LICENSE
More info about Starwit can be found here: https://starwit-technologies.de/