{
  "title": "Confluent + GitOps + multi-cloud",
  "nodes": [
    {"id":"gitops","type":"container","icon":"github","label":"GitOps","x":80,"y":80,"width":720,"height":220},
    {"id":"repo","type":"github","label":"Architecture repository","parentId":"gitops","x":120,"y":150},
    {"id":"argocd","type":"argocd","label":"Argo CD","parentId":"gitops","x":360,"y":150},
    {"id":"confluent","type":"confluent","label":"Confluent Cloud","x":80,"y":360,"width":720,"height":300},
    {"id":"orders","type":"topic","label":"orders.v1","parentId":"confluent","x":130,"y":460},
    {"id":"gcp","type":"gcp","label":"GCP analytics","x":900,"y":360,"width":520,"height":300},
    {"id":"bigquery","type":"database","label":"BigQuery","parentId":"gcp","x":980,"y":460},
    {"id":"runner","type":"ghactions","label":"Deployment detail","viewId":"gitops","x":100,"y":100}
  ],
  "notes": [],
  "flows": [
    {"id":"deploy","from":"repo","to":"argocd","speed":1,"direction":"forward","color":"#2878ff","label":"desired state"},
    {"id":"events","from":"orders","to":"bigquery","speed":2,"direction":"both","color":"#f05a47","label":"analytics events","fromSide":"right","toSide":"left"}
  ],
  "views": [{"id":"gitops-detail","entryIds":["gitops","repo"],"nodeIds":["runner"]}]
}
