Skip to content
Joel Natividad edited this page May 13, 2026 · 2 revisions

External Resources

Tier: Beginner

Curated links to learning material, community Q&A, and adjacent projects.

Try qsv in your browser

  • qsv.dathere.com — run qsv against a sample CSV in your browser. No install required.

Interactive lessons

Conference talks (slides)

datHere blog series — "Have we achieved ACI?"

A three-part series exploring AI-augmented Civic Intelligence with qsv at the center:

  1. The People's API is finally here (Jan 2026)
  2. NYC Snow Analysis 2010–2026 with Claude Cowork
  3. NYC Housing Policy SOD 2026

These walk through real analyses using qsv + Claude Cowork end-to-end. Excellent reading if you're new to the AI-augmented workflow.

Canonical docs (in the qsv repo)

Live benchmark dashboard

  • qsv.dathere.com/benchmarks — live benchmark results across qsv versions, hardware, and workloads. The numbers cited in docs/BENCHMARKS.md and across this wiki link here.

Community

Adjacent projects

datHere ecosystem

  • qsv pro — desktop GUI companion
  • qsv-recipes — community Luau scripts (ISBN, unemployment, stemming, geographic, time-series, …)
  • qsv-lookup-tables — curated reference CSVs accessible via the dathere:// URL scheme
  • qsv-cookiecutter — project scaffold for qsv-based pipelines
  • DataPusher+ — CKAN extension powered by qsvdp

Notebooks

  • contrib/notebooks/ — Jupyter / Colab notebooks
    • qsv-colab-quickstart.ipynb
    • Whirlwindtour.ipynb
    • intro-to-count.ipynb
    • qsv_benchmark.ipynb

Packaging

Underlying libraries (worth knowing)

  • Polars — vectorized query engine; powers sqlp, joinp, pivotp
  • csvlens — TUI viewer; powers lens
  • jaq — jq-clone JSON query; powers fetch --jaq
  • MiniJinja — Jinja2 templating; powers template, fetchpost --payload-tpl, describegpt prompts
  • Geonames — places gazetteer; powers geocode
  • MaxMind GeoLite2 — IP geolocation; powers geocode iplookup
  • BLAKE3 — cryptographic hash; powers blake3
  • jsonschema-rs — fastest Rust JSON Schema validator; powers validate
  • Apache DataSketches — approximate algorithms; powers --cardinality-method approx / --quantile-method approx / --sketch-method frequent_items
  • Pragmastat — robust statistics library; powers pragmastat

Cited in academic / industry work

Sponsor / support

If qsv saves you time, consider sponsoring datHere — that's what keeps development active.

See also

Clone this wiki locally