Skip to content

dunningdan/parking-heatmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baltimore Parking Ticket Heat Map

Overview of Project

The inspiration behind this application was for me to learn more about spring-boot and Angular. The dataset used is provided by the OpenBaltimore Initiative. The dataset can be found on OpenBaltimore and was accessible via Socrata's java library(SODA) which called upon their API. Although this data could have easily been obtained/queried via the available API and entered into the map; I choose to go with a database approach. This required me to import the data from the API into a database(H2/MySQL) via a batch process before serving the data into the heat map.

The front end ultilizes the following APIs/Libraries:

Behind The Scenes:

Service Providers:

1: The initial DB host is Decker, but if there are concerns about network latency, it can be switched over to ClearDB.

The inital implementation will be limited to just March 2016 as the Google Geocoding API calls are limited. This could easily be circumvented by enabling the batch process to import 2,500 records each day.

Deployment

Instructions on deploying locally.

Locally

To run this application locally there are a few prerequisites you must have:

  • Maven installed.
  • Google Maps API key obtainable here. Please enable the "Google Maps Geocoding API" from the Google Developer Console.
  • (Optional) A mysql database running with proper permission and connection details
  1. Rename application.properties.example to application.properties
  2. Replace "YOUR_API_KEY" with the Google Maps API Key obtained above.
  3. Uncomment the appropriate database section that you would prefer to use. H2 or MySQL.
  • On the first start up of a MySQL instance you will want the schema to be created. You can create the schema using the following: spring.jpa.hibernate.ddl-auto=create. After, you may continue to use validate so you limit the number of calls to Google's Geo service.
  1. Run mvn clean spring-boot:run -Dsoda.query.limit=XXXX. 'XXXX' is the amount of data you would like to import into your instance. This property will limit the amount of data that is to be returned from the SODA API query. -Dsoda.query.limit=XXXX is optional. Defaults to 0 if not provided.

Bugs

Bugs can be tracked or reported in the issues tab.

About

Spring boot and Angular visualization of Baltimore parking tickets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published