Repo: shiprocket-ads-core@tmp
Core service for managing Shiprocket advertising operations. Repository metadata contains no code or files, so responsibilities and integrations are inferred at a high level and should be validated once source content is available.
flowchart LR U[Merchants/Operators] --> S[shiprocket-ads-core@tmp] S --> DB[(Relational DB)] S --> C[(Cache)] S --> Q[[Queue/Event Bus]] S --> ADS[Ads Platform APIs] S --> INT[Shiprocket Internal Services] S --> OBS[Observability/Logging]
flowchart TB E1[External Entity: Merchant/Operator] --> P1([Process: Ads Core API]) E2[External Entity: Ads Platforms] <--> P2([Process: Campaign Sync/Reporting]) P1 --> D1[(Data Store: Campaign DB)] P1 --> D2[(Data Store: Cache)] P1 --> P3([Process: Async Jobs]) P3 --> D3[(Data Store: Queue/Event Bus)] P2 --> D1 D3 --> P2 P1 <--> E3[External Entity: Internal Shiprocket Services]