You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tutorials query /current/wide.parquet instead of dated file (#134)
Interactive Explorer, Search Explorer, and Deep-Dive Analysis now
query through the stable /current/ alias so they pick up the current
enriched wide parquet (with OpenContext thumbnails) without needing
per-tutorial URL updates on rebuild. The alias 302-redirects to the
latest dated file; DuckDB-WASM follows redirects transparently and
range requests after the redirect go to the target directly.
- tutorials/progressive_globe.qmd: wide_url (lazy description fetch
on sample click; v2 explorer description fetch)
- tutorials/isamples_explorer.qmd: wide_url (v1 primary source)
- tutorials/zenodo_isamples_analysis.qmd: primary data source
narrow_vs_wide_performance.qmd intentionally keeps dated URLs —
benchmarks need reproducibility, not freshness.
Data catalog updates:
- how-to-use.qmd: document the /current/ alias pattern, explain the
trade (stable alias for interactive work vs. dated URL for pinned
reproducibility), preserve historical isamples_202601_wide.parquet
pointer for anyone pinning.
- tutorials/index.qmd: primary Wide format row points at the alias
and notes the rotation convention.
Closes the "#2" item from #131's status comment (migrate tutorials to
/current/wide.parquet).
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: tutorials/index.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ All data is hosted on [`data.isamples.org`](https://data.isamples.org) with HTTP
28
28
29
29
| File | Size | Description |
30
30
|------|------|-------------|
31
-
|[Wide format](https://data.isamples.org/isamples_202601_wide.parquet)|278 MB | One row per entity, all sources — primary file for tutorials |
31
+
|[Wide format](https://data.isamples.org/current/wide.parquet)|292 MB | One row per entity, all sources — primary file for tutorials. Stable alias redirects to the current dated build (`isamples_YYYYMM_wide.parquet`).|
32
32
|[Wide + H3](https://data.isamples.org/isamples_202601_wide_h3.parquet)| 292 MB | Wide format with H3 spatial indices for globe visualizations |
0 commit comments