id int64 1 3.7k | provider_id stringclasses 24
values | fetched_at_utc stringlengths 32 32 ⌀ | http_status int64 200 200 ⌀ | body stringlengths 27.9k 403k ⌀ | normalized_timestamps stringclasses 294
values |
|---|---|---|---|---|---|
185 | anthropic | 2026-08-16T08:59:20.112354+00:00 | 200 | "{\"page\": {\"id\": \"tymt9n04zgry\", \"name\": \"Claude\", \"url\": \"https://status.claude.com\",(...TRUNCATED) | "[{\"id\": \"hdynq1pc0fn8\", \"timestamps\": {\"created_at\": {\"raw\": \"2026-08-14T23:57:16.567Z\"(...TRUNCATED) |
209 | anthropic | 2026-08-16T12:00:12.633282+00:00 | 200 | "{\"page\": {\"id\": \"tymt9n04zgry\", \"name\": \"Claude\", \"url\": \"https://status.claude.com\",(...TRUNCATED) | "[{\"id\": \"hdynq1pc0fn8\", \"timestamps\": {\"created_at\": {\"raw\": \"2026-08-14T23:57:16.567Z\"(...TRUNCATED) |
233 | anthropic | 2026-08-16T18:00:12.948360+00:00 | 200 | "{\"page\": {\"id\": \"tymt9n04zgry\", \"name\": \"Claude\", \"url\": \"https://status.claude.com\",(...TRUNCATED) | "[{\"id\": \"hdynq1pc0fn8\", \"timestamps\": {\"created_at\": {\"raw\": \"2026-08-14T23:57:16.567Z\"(...TRUNCATED) |
257 | anthropic | 2026-08-17T00:00:10.446135+00:00 | 200 | "{\"page\": {\"id\": \"tymt9n04zgry\", \"name\": \"Claude\", \"url\": \"https://status.claude.com\",(...TRUNCATED) | "[{\"id\": \"qt14v73myyy5\", \"timestamps\": {\"created_at\": {\"raw\": \"2026-08-16T21:58:56.949Z\"(...TRUNCATED) |
281 | anthropic | 2026-08-17T06:00:09.167447+00:00 | 200 | "{\"page\": {\"id\": \"tymt9n04zgry\", \"name\": \"Claude\", \"url\": \"https://status.claude.com\",(...TRUNCATED) | "[{\"id\": \"qt14v73myyy5\", \"timestamps\": {\"created_at\": {\"raw\": \"2026-08-16T21:58:56.949Z\"(...TRUNCATED) |
305 | anthropic | 2026-08-17T12:00:08.831555+00:00 | 200 | "{\"page\": {\"id\": \"tymt9n04zgry\", \"name\": \"Claude\", \"url\": \"https://status.claude.com\",(...TRUNCATED) | "[{\"id\": \"qt14v73myyy5\", \"timestamps\": {\"created_at\": {\"raw\": \"2026-08-16T21:58:56.949Z\"(...TRUNCATED) |
329 | anthropic | 2026-08-17T18:00:09.645118+00:00 | 200 | "{\"page\": {\"id\": \"tymt9n04zgry\", \"name\": \"Claude\", \"url\": \"https://status.claude.com\",(...TRUNCATED) | "[{\"id\": \"zhk4v3yv1lsf\", \"timestamps\": {\"created_at\": {\"raw\": \"2026-08-17T13:56:41.055Z\"(...TRUNCATED) |
353 | anthropic | 2026-08-18T00:00:10.160620+00:00 | 200 | "{\"page\": {\"id\": \"tymt9n04zgry\", \"name\": \"Claude\", \"url\": \"https://status.claude.com\",(...TRUNCATED) | "[{\"id\": \"zhk4v3yv1lsf\", \"timestamps\": {\"created_at\": {\"raw\": \"2026-08-17T13:56:41.055Z\"(...TRUNCATED) |
377 | anthropic | 2026-08-18T12:00:09.629759+00:00 | 200 | "{\"page\": {\"id\": \"tymt9n04zgry\", \"name\": \"Claude\", \"url\": \"https://status.claude.com\",(...TRUNCATED) | "[{\"id\": \"zhk4v3yv1lsf\", \"timestamps\": {\"created_at\": {\"raw\": \"2026-08-17T13:56:41.055Z\"(...TRUNCATED) |
401 | anthropic | 2026-08-19T00:00:09.144408+00:00 | 200 | "{\"page\": {\"id\": \"tymt9n04zgry\", \"name\": \"Claude\", \"url\": \"https://status.claude.com\",(...TRUNCATED) | "[{\"id\": \"q7txxvbsftgq\", \"timestamps\": {\"created_at\": {\"raw\": \"2026-08-18T16:20:22.240Z\"(...TRUNCATED) |
status-quo dataset
Raw and LLM-interpreted incident data collected from public status pages of 10 SaaS providers (Atlassian Statuspage instances: GitHub, Cloudflare, Discord, Reddit, Vercel, Linear, Notion, Netlify, DigitalOcean, npm). Feeds the status-quo project — public code, public dashboard at ronniechong.com/status-quo. This dataset itself stays private; the dashboard only ever ships small precomputed JSON summaries derived from it, never this raw data directly.
See the code repo's LLM_WORKFLOW.md for exactly how interpretation works —
what the model is/isn't asked to do, and how the "no invented facts"
constraint is enforced in code, not just by prompting.
Structure
Partitioned by provider and month, appended to by a scheduled pipeline (~6-hourly fetch, batched export). Never rewritten in place — each file covers one provider's one calendar month.
data/{provider_id}/{YYYY-MM}.parquet — raw fetch snapshots
| column | type | notes |
|---|---|---|
id |
string | snapshot id |
provider_id |
string | one of the 10 provider ids above |
fetched_at_utc |
string (ISO) | when this snapshot was collected |
http_status |
int | response status from the provider's API |
body |
string | raw JSON response body, verbatim |
normalized_timestamps |
string (JSON) | per-incident {raw, utc} timestamp pairs derived from body |
interpretations/{provider_id}/{YYYY-MM}.parquet — LLM-tagged incidents
One row per resolved incident, keyed by (incident_id, provider_id, prompt_version).
Fields split into two groups:
LLM-produced (title/summary/taxonomy only — see LLM_WORKFLOW.md for the
exact prompt and constraints):
title, summary, affected_surface, fault_origin, workaround_offered, workaround
Computed in code, never asked of the model:
time_to_first_update_min, updates_per_hour, component_count, is_retroactive,
severity (provider's own reported word, unmodified), source_url,
created_at, resolved_at, duration_hours (null if the incident is
still open, or if the provider's own created_at/resolved_at gap is under
60 seconds or negative — treated as unreliable rather than published as a
misleading number), incident_status
Provenance (always present, never hidden):
model_used, prompt_version, schema_version, interpreted_at_utc
Currently-open incidents get a lightweight no-LLM row instead
(model_used: "none", prompt_version: "raw-v1") — upserted every cycle
until the incident resolves and a real interpretation replaces it.
coverage/latest.json — per-provider collection metadata
Single file, fully overwritten each export. Collection start time, last successful fetch, and any observed collection gap windows per provider — feeds the dashboard's "history depth" and coverage indicators.
Non-negotiables
- No fact in
title/summarybeyond what the incident's own update text states — enforced by prompt constraints, not aspirational. - Every metric that can be computed deterministically (durations, counts, rates) is, architecturally, never left to the model.
severityis always the provider's own word, verbatim — never a model judgement, never compared or ranked across providers.
- Downloads last month
- 1,366