psteeves / real-estate-investment-guru

Web application which scrapes local real estate listings and allows smart filtering
2 stars 1 forks source link

Push sales data to a latest table #24

Closed ghost closed 4 years ago

ghost commented 4 years ago

The sales table was getting heavy to pull from, so now the scraper will append results to the sales table but also to a "latest sales" table and replace the existing data. This is the table we pull from in the app from now on.