Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 631 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 631 Bytes

Hesiod Event Manager

Hesiod is a free software application used for event monitoring and alerting. It records real-time metrics in an embedded database system and alerts real-time.

Dependencies

Rust
Yarn
Next.js

Running Resources in Dev Mode

Run Rust Rocket API

cd /host/api
cargo watch -x run

Run Next.js/React Dashboard

cd /host/client
yarn dev

Run Host Machine Event Manager

cd /host/events
RUST_LOG=INFO cargo run