Code Monkey home page Code Monkey logo

real_time_health_alert_notification's Introduction

Real_time_Health_Alert_Notification

Propose a reliable data pipeline solution to capture high-velocity stream of patient vitals such as body temperature, heartbeat, blood pressure (BP) coming from IoT devices and send an instant email notification incase of abnormal vitals.

The detailed use case regarding project objective and tools to be used are provided in CaptsoneProject.docx

Uploaded Files

  1. A script to run/start Kafka server, create a topic(kafka.pdf)
  2. A script to create producer application to read from RDS and push the message into the topic in below format and list the messages in the topic (kafka_produce_patient_vitals.py)
  3. A script of Pyspark application to read all messages from Kafka topic into HDFS file in parquet format in_df2.writeStream.format().. (kafka_spark_patient_vitals.py)
  4. A script to build an external hive table for the threshold data and view threshold data(hive1.pdf)
  5. A script to create hbase table with 3 families (attr, limit, msg) -- insert 12 records into hbase table(hbase.pdf)
  6. A script to create an external hive table for patients vital information and view data(hive2.pdf)
  7. A script to extract patient info using sqoop into hive table(sqoop.pdf)
  8. A script of Spark streaming application to read data from HDFS compare with hbase (kafka_spark_generate_alerts.py)
  9. A script of consumer application to send an email (kafka_consume_alerts.py)
  10. A screenshot of successful SNS configuration(sns.pdf)
  11. A document comprising your overall code logic. This document should also have the commands needed to run all the scripts mentioned above. (code_logic.pdf)

real_time_health_alert_notification's People

Contributors

mehak0310 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.