top of page
ABOUT PROJECT
IDEA
TO ANALYZE CRIME AND INCOME DATA.
​
FIND ANY CORELATIONS
process
-
FIND A DATASET WITH APPROPRIATE INFORMATION
-
ANALYZE DATA
-
CREATE DATABASE
-
USE HEATMAP TO UNDERSTAND THE CORRELATIONS
implementation
FRONTEND
BACKEND
-
WIX
-
Handle major HTML/CSS/JS customization​
-
-
GOOGLE MAPS API​
-
Allowed for the use of the HeatMap​
-
Implemented in WIX with JS
-
DATABASE
-
AWS RDS
-
Used POSTGRES to store and manipulate our data
-
-
TERRAFORM
-
Create our Infrastructure through code​
-
-
AWS
-
Hosting provider for our services​
-
-
AWS LAMBDA
-
Create our business logic for the API​
-
Used to get counties and income​
-
-
-
AWS API GATEWAY
-
Expose our API through an HTTP Endpoint​
-
Following the REST Standard
-
-
bottom of page