Skip to content

nickstaggs/nyc-taxi-2017-backend

Repository files navigation

Backend of NYC-YellowTaxi

How to run locally

  1. mvn compile && mvn clean package
  2. docker compose up

Background info

This was inspired by this post

The full data set is here

The postgres db in this repo has the rides data that you get from the full data set reconfigured into a routes table and zones table and all the original ride data has been removed so it could be stored in github.

The routes table has a column that is the count of the total rides for each route

You can see the sql statements used to derive the data into its current state in the db folder

The frontend is brought in as a submodule so the above commands bring up everything and then you just have to navigate to http://localhost:3000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published