Skip to content

Real-time monitor and visualization for Agenspop (AG3 utility)

Notifications You must be signed in to change notification settings

maxmin93/agenspop-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agens-Alert

Real-time monitor and visualization for Agenspop (AG3 utility) Someday, Alert function will be added on this project.

Parent project : mixed

Backend

  • spring boot & webflux
  • kotlin & co-routine
  • spring-data-r2dbc
  • r2dbc-h2 (embedded db: file)
  • webclient (connect to agenspop)

Frontend

Build & Run

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

Event Tables Schema

Backend APIs

Query with Date range

Query with Time range

Frontend Views

Monitor Queries (List)

Monitor View (about one query)

Monitor Realtime (about one query)

Reference Documents

For further reference, please consider the following sections: