Getting Setup.
This is an unoptimized version of the smite data aggregator. The goal of this project will be to take advantage of caching by implementing a solution such as redis.
npm install
- Download the Binary DB copy here
- Make a db called:
SmiteVizDev
and use the folowing command with pg_restore
pg_restore -U YOUR_USERNAME -d SmiteVizDev PATH_TO_FILE
- run
npm run start-dev
open uplocalhost:5000
and watch how slow big queries really are!