gregce / RoutR

Final Project for MIDS DATASCI W209

Home Page:http://routr.nyc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Public version of the source code

This repo is a public version of the source code for the RoutR.nyc app. The app is built with R, JavaScript and Shiny. If you got this far, we have to assume you can look after yourself with R and navigating this GitHub repo; we can’t give detailed guidance or help.

The app itself is contained in the ./shiny folder and can be run from the root directory with:

shiny::runApp("app.R")

Prior to the App's creation, much work was done to clean and integrate the data necessary to make the vizualization. A Redshift database was spun up to help facilitate this process given that the total size of the original database was ~300GB.

These sql scripts can be found in the ./sql folder. The massaged and cleaned data ultimatley used can be downloaded directly here as an .Rdata file

The app runs on a single node t2 large EC2 instance. Please be gentle :)

About

Final Project for MIDS DATASCI W209

http://routr.nyc

License:MIT License


Languages

Language:R 92.8%Language:CSS 5.0%Language:JavaScript 2.3%