Go to file
Jean-Gabriel Gill-Couture 31ae8365a6 docs: add quick demo and core architecture overview
Adds a quick demo command using `cargo run -p example-tui` to launch a minimalist TUI with demo scores.

Also includes a core architecture diagram and overview in the README for better understanding of the project structure.
2025-04-09 16:09:54 -04:00
adr adr: proposal serde for score data representation and UI rendering 2025-04-05 14:38:58 -04:00
data/watchguard chore: Reorganize file tree for easier onboarding. Rust project now at the root for simple git clone && cargo run 2025-02-12 15:32:59 -05:00
docs/diagrams docs: add quick demo and core architecture overview 2025-04-09 16:09:54 -04:00
examples feat: add serde derive to Score types 2025-04-05 14:36:08 -04:00
harmony feat: add serde derive to Score types 2025-04-05 14:36:08 -04:00
harmony_macros chore: Reorganize file tree for easier onboarding. Rust project now at the root for simple git clone && cargo run 2025-02-12 15:32:59 -05:00
harmony_tui feat: add serde derive to Score types 2025-04-05 14:36:08 -04:00
harmony_types feat: add serde derive to Score types 2025-04-05 14:36:08 -04:00
opnsense-config feat: add serde derive to Score types 2025-04-05 14:36:08 -04:00
opnsense-config-xml feat(harmony): add lamp server module and refactor dhcpd tests 2025-03-10 15:18:40 -04:00
private_repos/example chore: Reorganize file tree for easier onboarding. Rust project now at the root for simple git clone && cargo run 2025-02-12 15:32:59 -05:00
.gitattributes Try out bifrost and see if we want to use it as bare metal provisionner 2024-08-28 16:16:36 -04:00
.gitignore feat: add .gitignore and update file paths 2025-02-12 16:27:56 -05:00
Cargo.lock feat: add serde derive to Score types 2025-04-05 14:36:08 -04:00
Cargo.toml feat: add serde derive to Score types 2025-04-05 14:36:08 -04:00
LICENSE chore: Reorganize file tree for easier onboarding. Rust project now at the root for simple git clone && cargo run 2025-02-12 15:32:59 -05:00
README.md docs: add quick demo and core architecture overview 2025-04-09 16:09:54 -04:00

Harmony : Open Infrastructure Orchestration

Quick demo

cargo run -p example-tui

This will launch Harmony's minimalist terminal ui which embeds a few demo scores.

Usage instructions will be displayed at the bottom of the TUI.

Core architecture

Harmony Core Architecture