Skip to content

Examples

Sample inputs live under examples/. CI converts each recipe to JSON, merges them into one HTML page per topic, and deploys to vizb.goptics.org/examples/live/. Open a specific dataset with ?id=<id> — each matrix entry sets a numbered id (00-, 01-, …) via the action id input; the prefix stays in sync with ?d=0, ?d=1, … in the same matrix order.

Topic Workflow Status Dashboard
Tabular data tabular-data-examples.yml Tabular Data examples workflow status Open
Math & 3D math-and-3d-examples.yml Math and 3D examples workflow status Open
Comparisons comparisons-examples.yml Comparisons examples Open
GitHub Legends github-legends.yml GitHub Legends examples workflow status Open
Go go-examples.yml Go examples workflow status Open
JavaScript javascript-examples.yml JavaScript examples workflow status Open
Rust rust-examples.yml Rust examples workflow status Open

Same steps for every topic — see examples/README.MD:

  1. Add the file under examples/{category}/ (CSV recipes stay under examples/csv/)
  2. Add a matrix entry in the matching .github/workflows/*-examples.yml (or github-legends.yml)
  3. Push to main — CI rebuilds that dashboard

For contribution skylines, only add a user row to the GitHub Legends matrix — no repo file required.