ows-analytics scripts
==========

# Warm-up Cache
This script is a part of the https://scheduler.theorchard.io/job/dbt-scheduler-analytics-pipeline/ pipeline.

1. When data arrives, the script gets the top slowest queries made to ows-analytics by employees in the previous week.
2. Then it grabs the GET query params and issues these queries against prod-ows-analytics, populating the Redis cache.
3. Since all the employees are sharing that cache (no access rights management in the params), any subsequent identical queries will be fast.
