Files
intelligence-terminal/docs/sources/README.md
MrSphay d7f10bf545
All checks were successful
Codex Template Compliance / template-compliance (pull_request) Successful in 6s
Build / test-and-image (pull_request) Successful in 1m13s
merge: update adsb degraded branch
2026-05-17 19:03:49 +02:00

21 lines
447 B
Markdown

# Source Operations
Each source should fail visibly and safely. A missing key or remote outage must produce `degraded` source health instead of silent demo data.
Check runtime state:
```bash
curl http://localhost:3117/api/health
curl http://localhost:3117/api/metrics
```
Source docs:
- [OpenSky](opensky.md)
- [ACLED](acled.md)
- [Telegram](telegram.md)
- [FIRMS](firms.md)
- [Maritime](maritime.md)
- [ADS-B](adsb.md)
- [Reddit](reddit.md)