gt-big-data / city_simulator

0 stars 3 forks source link

Move census data from MongoDB to our SQL database #10

Open brendenwaits opened 5 years ago

brendenwaits commented 5 years ago

The SQL command looks something like this: INSERT INTO table_name (midpoint, points_list, income)

Reference sheet: https://www.w3schools.com/sql/sql_quickref.asp

To get the midpoint, you use the center of mass equation on the list to get a shape

DamianHuerta commented 4 years ago

Dennis Crawford Damian Huerta