Giter VIP home page Giter VIP logo

nyc-taxi's Introduction

Project Description

This project mainly based on Apache Spark Streaming, Kafka, Hadoop using New York Taxi dataset.

Data Source: https://www.kaggle.com/c/nyc-taxi-trip-duration/data

Data Generator:

Data Generator provides the dataset as a streaming like real world scenarios. When you use the necessary CLI commands, it will produce dataset as streaming data source and it has capabilities to send to Apache Kafta topic or it will save the related data as log file in your directory.

There are 2 python scripts: one for stream data to file (dataframe_to_log.py) and the other to Kafka (dataframe_to_kafka.py). You must use ** Python3 **. It is recommended to use virtual environment.

You can find installation guide in the data-generator directory.

git clone https://github.com/erkansirin78/data-generator.git

cd data-generator

python dataframe_to_kafka.py -h

python dataframe_to_kafka.py -i ~/datasets/nyc_taxi_subset.csv -t test1

python dataframe_to_log -h

Mainly, there are 2 sections as below;

1-) Data Engineering Section

The main purpose of this section was maintaned ETL process for the streaming NYC Taxi dataset and create live dashboard using Kibana.

Streaming Pipeline

Live Dashboard 1

Live Dashboard 2

2-) Machine Learning and Streaming Section

The main purpose of this section was predict Estimated Time Arrival(ETA) while streaming NYC Taxi dataset and direct to different Kafka topics based on ETA value.

ML Pipeline

nyc-taxi's People

Contributors

burakpolater 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.