About This Architecture
C4 container diagram modeling a data processing system with n8n workflow automation orchestrating ingestion from batch sources and config services. Data flows through a message broker queue into an orchestrator service that enriches and transforms records, persisting results to PostgreSQL and indexing in Elasticsearch for analytics. This architecture decouples ingestion from processing, enabling scalable, asynchronous data pipelines with clear separation of concerns. Fork this diagram on Diagrams.so to customize OCI services, add monitoring layers, or adapt the workflow for your data stack. The pattern supports high-throughput batch and streaming workloads while maintaining transactional consistency.