Skip to content

Cache scraper results  #15

@chimon2000

Description

@chimon2000

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestmust haveA feature that needs to be implemented

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions