Giter VIP home page Giter VIP logo

big-data's Introduction

BIG-DATA PROJECT

This is a project in a BigData course at Ariel University, the project was written by Shani Shalel, Yarden Cohen and Shirel Israelov.

In this project we shows the traffic in all the 5 sections of road 6.
In each section we count the number of cars it has, additionally we created a prediction model that based on previous data it learned, the model predicte the exit section of new cars.

We have created a simulator that grills the following data-

  • Type (enter/exit from road, enter/exit section)
  • Car Type (private/van/truck)
  • Day
  • Time
  • Special-day (e.g Holiday)
  • Section
  • Enter section

Each event is delivered directly to kafka produce who is responsible for routing the events to the appropriate Topic.
Kafka consume transmits the events received from kafka produce to each of the DBs detailed below.

We use MangoDB-Atlas DB to store cars data that specified above (Type (enter/exit from road, enter/exit section), Car Type (private/van/truck) ,Day, Time, Special-day(e.g Holiday) and Section), we use this data to make the prediction in BigMl.

In a given data car-type, is-spaecial day, day, event type, enter section and time we use BigMl to predic which section of a given car will be exit.
We create confusion matrix that count the Predicting successes against actual cars exits.

We used Redis DB to store the events, this DB use to present the numbers of cars in each section in the dashboard.
The Redis divided into two class- The first is responsible for storing the data within the DB while the second is responsible for retrieving the information which we displayed this data in real time.

In the end, all the data is displayed on an HTML web page that shows the end result of the project:

Diagram showing technological mapping of the system:

‏‏צילום מסך (216)

Gif that show the site-

big-data's People

Contributors

shanishalel avatar yarden7696 avatar shirelisr 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.