System Architecture
Resilient by Design
Every component runs independently. APIs are isolated. Services can be updated, scaled, or replaced without taking down the system.
Isolated Microservices - Dedicated process for every function (Alarms, PPCL, ML). Failures are contained, never systemic.
Native Windows Services - Zero 'script fatigue.' Deploys as a managed, auto-restarting background service. No open terminals required.
Nginx Reverse Proxy - Traffic routing, load balancing, SSL termination.
API-First Integration - Full data accessibility. If A•IQ can see it, your other systems can query it via standard REST endpoints.