Skip to content

Instantly share code, notes, and snippets.

@thegoleffect
Last active March 21, 2023 16:03
Show Gist options
  • Save thegoleffect/49d3651ed991902e1dc5d1be9b4272d9 to your computer and use it in GitHub Desktop.
Save thegoleffect/49d3651ed991902e1dc5d1be9b4272d9 to your computer and use it in GitHub Desktop.
sequenceDiagram
User->>+User Portal: Request DSAR
User Portal->>+Airflow: Initiate Processing
User Portal->>+DSAR Orchestration: API:Create DSAR
Airflow->>+DSAR Orchestration: API:Populate UserIds
Airflow->>+DSAR Orchestration: API:Broadcast Jobs
DSAR Orchestration->>+DSAR Processors: API:createJob
DSAR Processors->>+AWS S3: Upload CSV
Airflow->>+DSAR Orchestration: Poll Status (Cron)
DSAR Processors->>-DSAR Orchestration: Processing Completed
Airflow->>+DSAR Orchestration: Trigger Aggregation
DSAR Orchestration->>+User: Send Success Email
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment