-
Notifications
You must be signed in to change notification settings - Fork 136
View
Chris Mattmann edited this page Sep 9, 2026
·
2 revisions
Vue 3 + Vite + D3, served from FastAPI at http://127.0.0.1:8180/
| Tab | What it is |
|---|---|
| Jobs | Crawl jobs and counts (fetched / frontier / seeds) |
| Seeds | Seed URLs for the current job |
| Documents | Catalog. Click a row for Tika metadata and extracted text. Label not / relevant / highly |
| Frontier | UNFETCHED queue, score then depth |
| Stats | Status bars and host bars |
The top bar starts crawls: same host, depth, until done. Hover those controls for what they mean.
Export JSON downloads the job’s Solr docs, seeds, and labels.
There is no Banana dashboard and no Solr Admin iframe. Stats is the chart surface. Raw Solr is still at http://127.0.0.1:8983/solr/#/crawldb/query if you want it.
Inspired by USC IRDS Sparkler.
Old (2016–2023)