Real-time monitor and visualization for Agenspop (AG3 utility) Someday, Alert function will be added on this project.
Backend
- spring boot & webflux
- kotlin & co-routine
- spring-data-r2dbc
- r2dbc-h2 (embedded db: file)
- webclient (connect to agenspop)
Frontend
- Angular 8 & bootstrap 4
- amcharts4 (date axis)
- cytoscape.js 3
- lodash-es 4
- UI Template: ArchitectUI - Angular 7 Bootstrap 4
Build
mvn clean install -DskipTests
Run
cd backend/target
java -jar agens-alert-0.7.jar --spring.config.name=alert-config
## or
cd backend
mvn spring-boot:run
Query with Date range
Query with Time range
Monitor Queries (List)
Monitor View (about one query)
Monitor Realtime (about one query)
For further reference, please consider the following sections: