1. The document discusses using Lambda architecture principles to perform fast data analytics on streaming and batch data from IoT sources using Spark Streaming and MLlib.
2. A proposed smart parking use case would recommend the best parking garage by combining streaming GPS data from cars with batch updates on garage capacity, scoring each garage using machine learning models.
3. The Lambda architecture is implemented using Kafka to ingest streaming GPS updates and batch capacity updates, Spark Streaming and Spark SQL to prepare, transform, and join the data, and MLlib to score and rank the garages in real-time.