oss-aspen / 8Knot

Dash app in development to serve open source community visualizations using GitHub data from Augur. Hosted app: https://eightknot.osci.io
MIT License
47 stars 59 forks source link

Cache searchbar options in Redis rather than Heap memory #449

Closed JamesKunstle closed 7 months ago

JamesKunstle commented 12 months ago

Currently just store the valid options in the 'augur' object, would decrease memory footprint if options were in Redis for all running processes.

Would also allow the options to be updated periodically w/o restart.

JamesKunstle commented 7 months ago

not going to do this