--- license: cc0-1.0 language: - en pretty_name: Ballast T0 size_categories: - 100M ~1 GB on disk uvx openballast serve # OpenAI grounding proxy :11435 + MCP :11436 ``` | level | download | on disk | | level | download | on disk | |---|---|---|---|---|---|---| | L0 | 52 MB | 0.2 GB | | L4 | 427 MB | 1.6 GB | | L1 | 92 MB | 0.35 GB | | L5 | 691 MB | 2.6 GB | | L2 | 159 MB | 0.6 GB | | L6 | 1.1 GB | 4.2 GB | | L3 | 265 MB | 1.0 GB | | L7 | 2.2 GB | 9.2 GB | Each `bucket_k.sqlite` holds that bucket's `entities`, `names` (normalized label/alias index), and `triples`; levels attach buckets 0..k, so upgrading a level downloads only the new buckets. Truncation semantics identical to the parquet artifact. Parquet remains the canonical/build format; the sqlite tree is a derived serving artifact. ## Live demo endpoint Levels L0–L5 are served free at **`https://mcp.openballast.org`** (MCP over streamable HTTP + plain GET) — running entirely on a $0/month free-tier stack as an existence proof. Demo-grade: no auth, no SLA. Reference: [docs/mcp.md](https://github.com/OpenBallast/ballast/blob/main/docs/mcp.md). ```bash curl "https://mcp.openballast.org/lookup?question=Where+was+Douglas+Adams+born%3F&level=5" ``` ## Provenance & license Built from the Wikidata JSON dump (2026-07 snapshot; parameters and hashes in `manifest.json`). `mul` language code honored with English fallback; Wikimedia-internal pages filtered by `instance of`. **Data: CC0** (Wikidata contributors). Companion eval sets: [OpenBallast/ballast-evalsets](https://huggingface.co/datasets/OpenBallast/ballast-evalsets).