About This Architecture
Credit scoring CQRS deployment architecture separates read and write operations across OpenShift containers and on-premise IBM ACE12 integration servers. RGO02 Orchestrator routes scoring requests through RGO36 ScoreCrediticio Service to RGO38 OrchestradorScoreCrediticioBD, which coordinates async writes to PostgreSQL and sync reads from an in-memory cache cluster. External credit bureau APIs via GranData Provider feed scoring data into the write pipeline, while read handlers serve cached results for low-latency queries. This hybrid topology isolates stateful write operations in a 100GB PostgreSQL StatefulSet from stateless read replicas, enabling independent scaling and fault isolation. Fork this diagram to customize namespaces, add monitoring sidecars, or adapt the ACE integration layer for your credit risk platform.