https://github.com/libops/api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/libops/api
- Owner: libops
- Created: 2025-11-30T09:14:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-01-03T22:44:49.000Z (3 months ago)
- Last Synced: 2026-01-09T04:30:03.602Z (3 months ago)
- Language: Go
- Size: 1.03 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LibOps Control Plane
LibOps is an event-driven infrastructure orchestration system that manages GCP resources and VM configurations across organizations, projects, and sites. It uses event aggregation, debouncing, and fan-out patterns to efficiently reconcile infrastructure state changes.
## Architecture
The system consists of several core components:
* **API**: The central management API (Go/ConnectRPC) serving the dashboard and handling API requests.
* **Event Router**: Polls the event queue and orchestrates reconciliations using `go-workflows`.
* **Site Proxy**: A Cloud Run service that fans out events to individual site controllers.
* **Controller**: Runs on site VMs to execute reconciliations (SSH keys, secrets, firewall, deployments).
* **Databases**: MariaDB (application data) and PostgreSQL (workflow state).
* **Security**: HashiCorp Vault for secret management.