{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "Cross-Region Replication",
  "dateModified": "2026-06-03T04:53:07.914Z",
  "license": "CC-BY-4.0",
  "regions": [
    {
      "code": "ap-southeast-1",
      "role": "primary",
      "provider": "AWS",
      "lat": 1.29,
      "lng": 103.85
    },
    {
      "code": "ap-southeast-7",
      "role": "secondary-hot",
      "provider": "AWS Thailand (Bangkok)",
      "lat": 13.75,
      "lng": 100.5
    },
    {
      "code": "eu-west-1",
      "role": "DR-cold",
      "provider": "AWS Ireland",
      "lat": 53.41,
      "lng": -8.24
    }
  ],
  "replicationLagP95": {
    "db": "47ms",
    "storage": "1.8s",
    "search": "320ms"
  },
  "consistency": "strong within region; bounded staleness 5s cross-region"
}