mozilla / taar-lite

A lightweight version of the TAAR service intended for specific deployments with reduced feature visibility.
Mozilla Public License 2.0
2 stars 6 forks source link

Add redis caching for models #11

Closed crankycoder closed 6 years ago

crankycoder commented 6 years ago

The data models should be broken out by locale. With multiple locales stored in S3, we will have substantial data. Hundreds of MB, possible a GB. We need to put a redis cache between taar-lite and the s3 dataset to improve data load times after the initial data load.

crankycoder commented 6 years ago

This is in as of the 0.1.10 release