Go to file
2025-04-17 09:43:05 -04:00
adr docs: ADR for Helm Resource implementation style (#12) 2025-04-16 17:39:17 +00: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 modified tui-example main 2025-04-17 09:42:36 -04:00
harmony formatted score debug into table, removed score info box from tui 2025-04-17 09:43:05 -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 formatted score debug into table, removed score info box from tui 2025-04-17 09:43:05 -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 fix: improve tests and remove unused code 2025-04-11 11:01:05 -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 modified tui-example main 2025-04-17 09:42:36 -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