The document summarizes using MongoDB and Spark for IoT analytics on aircraft ADS-B data. Key points include:
- ADS-B data from a SDR antenna is ingested into MongoDB for real-time dashboards and historical analysis using aggregation pipelines.
- The aggregation framework enables ad-hoc queries on aircraft attributes like speed, altitude and operator without ETL.
- The BI connector projects data to SQL for analytics tools. Examples analyze FedEx flight paths and aircraft types by altitude and speed.
- Spark is used for machine learning like k-means clustering on attributes to identify patterns in the data.