Ultra-Fast Telemetry
Tick collectors, EKF processor, Redis cache, prediction API — optimized for microsecond-level performance.
A complete F1-style telemetry system running entirely on a local external SSD. Real-time tick ingestion, Go backend, assembly math engine, observability, GitOps, chaos engineering — all inside a k3d cluster, fully offline.
Tick collectors, EKF processor, Redis cache, prediction API — optimized for microsecond-level performance.
EKF and matrix operations can run via AVX2/AVX-512 assembly for maximum throughput.
Everything (images, charts, repos, dashboards) is local — perfect for air-gapped SRE practice.
Web-based dashboard showing live gaps, sector predictions, tick rate, node health, alerts, traces.
Inject timing delays, network loss, pod failures, disk pressure — simulate real incidents.
All manifests stored in Gitea and deployed via ArgoCD, fully auditable and versioned.
# Local cluster k3d cluster create puddle --agents 3 \ --registry-create registry.local:5000 # Access UI https://dashboard.spaceship.local https://monitoring.spaceship.local # Backend example GET /api/live/gap/1/16
Runbooks cover incidents such as tick-lag spikes, EKF degradation, Redis failures, node loss, pod storms, chaos experiment fallout and more.