What problem does it solve?
This Skill helps you keep SIGINT/OSINT feed ingestion reliable and fast while turning high-volume, multi-source signals into correlated, geospatially searchable events.
Core Features & Use Cases
- Decoupled feed ingestion: Use an async, fault-tolerant worker design so one failing source doesn’t block the event pipeline.
- Real-time geospatial event storage: Normalize events into a common schema with PostGIS geography types for accurate Earth-surface distance.
- Cross-source correlation and anomaly alerts: Link entities across callsigns and identifiers, flag spatial/temporal overlaps, and enqueue anomalies for downstream processing.
- High-volume deduplication: Apply Bloom-filter style dedup at ingestion to reduce database write load and keep dashboards responsive.
- Use case: Monitor aircraft and vessel movements by ingesting ADS-B, AIS, and APRS streams, then correlate overlapping sightings into confidence-scored alerts on a live dashboard.
Quick Start
Use the sigint-osint-feeds skill to set up a Redis Streams–based ingestion pipeline that normalizes and correlates streaming and polling RF/OSINT sources into PostGIS-backed, near-real-time geospatial alerts.