Top Banner
ParkMate - Real-time parking spot recommender Suhas, Insight Data Engineering - Sep 2015
9

ParkMate - Real time parking spot recommender

Feb 12, 2017

Download

Data & Analytics

suhashm
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: ParkMate - Real time parking spot recommender

ParkMate - Real-time parking spot recommenderSuhas, Insight Data Engineering - Sep 2015

Page 2: ParkMate - Real time parking spot recommender

Motivation

Making the task of finding a parking spot smooth and easy using real time parking sensor data

Page 4: ParkMate - Real time parking spot recommender

SF Parking Data

Total of 952 Parking Spots (15 garages and 937 street parking) data are ingested every 2 seconds.

Data throughput ~15 GB/day

Can be extended to handle huge loads for multiple cities

Page 5: ParkMate - Real time parking spot recommender

Cluster Setup- ec2 - m4.large - 4 instances

● Hadoop - 1 Namenode and 3 Worker nodes

● Spark - 1 Master and 3 Slaves

● Kafka - 4 brokers

● Cassandra - 4 Nodes

● Elasticsearch - 4 Nodes

● Zookeeper - 4 Nodes

Page 6: ParkMate - Real time parking spot recommender

Pipeline

SF ParkFirebase

Real time Ingestion

Storage for Batch Batch Processing

Stream Processing

Time series aggregate

Analytics Dashboard

Geo-Spatial Query

User GPS

Page 7: ParkMate - Real time parking spot recommender

Challenges

● Spark partitioning RDD for distributed computing.

● Writing data from Kafka to HDFS - Camus vs. custom script.

● Elasticsearch partial document update.

● Spark to Cassandra - PySpark-Cassandra driver.

Page 8: ParkMate - Real time parking spot recommender

About meSuhas - CS Grad @UIUC

www.thinkjs.ioBackground:

Full Stack Web Development

Passionate to learn Big-data technologies.

Future plan is to Contribute to Open Source.

Hobbies: Long drives

Page 9: ParkMate - Real time parking spot recommender

Thank You