type: glossary
timestamp: 2026-06-20
tags: [glossary, data, lifestream]

data repo

chirag127/oriz-me-data: authoritative JSONL store for me.oriz.in lifestream

data repo

Definition

The data repo is chirag127/oriz-me-data — the authoritative JSONL store for the me.oriz.in lifestream. It is the canonical source; every cloud DB downstream is a cache rebuilt from it.

Expanded

JSONL files in this repo are append-only and version-controlled, so the full event history is recoverable by git clone from any host GitHub still serves. The cache-rebuild GitHub Action reads these files and re-populates Turso libSQL on every deploy. If Turso disappears, the next deploy rebuilds it; if Cloudflare disappears, the GitHub Pages mirror still serves the static site rendered from the same data.

The pattern generalises: each appendable dataset in the family (blog MDX, books JSON, cards JSON) has its own *-data companion repo under the same convention.

See also


Edit on GitHub · Back to index