Constellation
Real-time telemetry infrastructure for satellite constellation operations.
curl -fsSL https://docs.constellation-io.com/install.sh | sh High-Throughput Telemetry
Ingest up to 100,000 telemetry points per second with Redis-backed streams. Batch up to 1,000 updates per request.
Predictive Analytics
LSTM-powered predictions for SNR degradation and queue utilization. Forecasts at 1, 3, and 5-minute horizons.
Real-Time Topology
Live network graph with satellite positions, ground stations, and data centers. Track link health in real-time.
Cross-Platform CLI
Zero-friction installation on macOS, Linux, and Windows. Built-in cron job support for automated posting.
Enterprise Authentication
AWS Cognito integration with optional MFA. Secure JWT-based API access with fine-grained scopes.
Cloud-Native Infrastructure
Deploy on AWS with Terraform. ECS Fargate, ElastiCache Redis, and blue/green deployments.
Post Telemetry
constellation telemetry post --node sat-001 \
--type satellite \
--snr 25.5 \
--latency 12.3 curl -X POST https://api.constellation-io.com/api/v1/telemetry \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"node_id": "sat-001", "snr_db": 25.5}'