Local coordinator
SciMesh operator dashboard
See where a computation is and what should happen next.
1. Upload TSVThe coordinator splits the file into shard tasks.
2. Wait for a workerA worker claims a shard, calculates similarity, and returns a CSV.
3. Inspect artifactsDownload a partial result from the job page.
Recent jobs
| Computation | State | Progress | |
|---|---|---|---|
| {{workloadLabel .Workload}} Open job details | {{statusLabel .Status}} {{statusHint .Status}} | {{.Completed}} / {{.Total}} complete{{if gt .Failed 0}} · failed: {{.Failed}}{{end}}{{if gt .Cancelled 0}} · stopped: {{.Cancelled}}{{end}} | |
| No jobs yet. Click “Start a check”, upload a small TSV, and leave a worker running. | |||
Workers
{{.Name}}
{{.ID}}
{{.ID}}
{{workerStatusLabel .Status}}
{{range .Capabilities}}
{{.}} {{end}}Last signal
{{time .LastHeartbeatAt}}
{{time .LastHeartbeatAt}}
No worker is registered yet.
Run
{{end}}Run
scimesh-worker with the coordinator URL and worker token.