-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestmust haveA feature that needs to be implementedA feature that needs to be implemented
Description
Is your feature request related to a problem? Please describe.
Currently, the scraper results are stored in a JSON file. This will not scale well, so we should choose a better caching solution.
Describe the solution you'd like
Ideally, we would store the results in Firestore. This gets rid of the need to maintain and extend an API.
A secondary option is caching the results in an appropriate caching solution (either Memcache or Redis)
Results that are more than 30 days in the past should be expired.
Describe alternatives you've considered
n/a
Additional context
n/a
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestmust haveA feature that needs to be implementedA feature that needs to be implemented