Pritesh24gurjar/Real-Time-IoT-Patient-Monitoring-Pipeline ? reverse-engineered prompt

Reverse engineered prompt

Build me a real time IoT patient monitoring pipeline that can simulate or ingest patient vital sign data, run it through an ETL flow, and show the results on a simple dashboard.

I want the whole thing to be easy to start locally with Docker, and also have scripts for launching and stopping the pipeline on Windows and bash. Use Airflow to orchestrate the ETL steps, and include a path for sending data to S3 if that is part of the pipeline. Keep the setup friendly for a class project, so it should be possible to get it running from a quick start guide with sample config and environment variables.

Please make sure the project includes clear startup instructions, a basic auth setup if needed, and enough sample data or mock device output to demonstrate the patient monitoring flow from ingestion to storage to dashboard. If you need to check current docs for anything, go ahead and look them up online.