Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

My Real Estate Trademe data

INSERTER

A background process to periodically poll trademe and store data in MySQL dtabase.

These are all repeatable at present and are for dev/test purposes only.

  1. Create user and database
cd inserter
mysql -p < create_trademe_db.sql
  1. Create lookup data tables
mysql -u trademe_app -p trademe < create_localities_table.sql
  1. Create fact table
mysql -u trademe_app -p trademe < create_residential_table.sql
  1. Run lookup inserter
npm install
node localities_setup.js
  1. Run fact inserter (Does not get all records yet)
node insert_data.js

For now that should be get enough data to run the web graphs app off.

WEB GRAPHS

A nodejs express http server to process to get data from database and display as web pages.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages