Giter Club home page Giter Club logo

iot-traffic-monitor-flink's Introduction

iot-traffic-monitor-flink

Monitoring Traffic signal monitoring using Apache Flink.

This is a Apache flink implementation of ideas laid downhere (https://www.infoq.com/articles/traffic-data-monitoring-iot-kafka-and-spark-streaming). This application will process real time IoT data sent by connected vehicles and use that data to monitor the traffic on different routes.

###Pre-Requiste 1.Install Apache flink (https://ci.apache.org/projects/flink/flink-docs-release-1.2/quickstart/setup_quickstart.html)

2.Install Kafka and run a 2/3 broker for fault tolerance.(https://dtflaneur.wordpress.com/2015/10/05/installing-kafka-on-mac-osx/)

3.Creata a kfka topic using below command.

bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 3 --partitions 1 --topic iot-data-event-flink

###Overview

1.IoTDataProducer : This is a kafka producer which will publish mock IOT traffic monitoring signal into kafka topic.

2.IotTrafficMonitoringApp : Driver program which will execute call IoTDataProcessor.proces()

3.IoTDataProcessor: Function that createsa kafka consumer source and prepares Stream for processing. Also has window based stream processing and Stateful stream counting.

Run Example

flink run --jarfile <path_to_jar>/iot-traffic-monitor-flink-0.1.jar

iot-traffic-monitor-flink's People

Contributors

harsh86 avatar

Watchers

 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.