Included in Data0to1 Project Library
Healthcare systems may receive patient vitals continuously from bedside monitors or clinical applications.
Heart rate, oxygen level, temperature, respiratory rate, and blood pressure cannot always wait for a daily batch pipeline. Some events need to be captured quickly, validated, stored safely, and checked for possible alerts.
In this pipeline, you will build a real-time patient vitals pipeline on AWS. You will send vitals events into Kinesis, process them using Lambda, store valid events in Amazon S3, separate invalid records into a DLQ area, query the results using Athena, and trigger SNS alerts when readings cross defined thresholds.
After completing this pipeline, you will be able to:
Get access to the project code, setup files, architecture walkthrough, implementation videos, and support.