nextstrain / fauna

RethinkDB database to support real-time virus analysis
GNU Affero General Public License v3.0
33 stars 13 forks source link

implement caching for geo lookups #72

Open jameshadfield opened 6 years ago

jameshadfield commented 6 years ago

Prevent cases such as

("Couldn't find latitude and longitude for ", 'britishcolumbia', 'canada')
("Couldn't find latitude and longitude for ", 'britishcolumbia', 'canada')
...

which slow updates

ghost commented 4 years ago

Hi @jameshadfield ! Is this proposal of enhancement still relevant ? If so, would you like to send a Pull Request ?