Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Prefetching solution with MongoDB, Redis & Celery #11

Open
1 of 15 tasks
deshetti opened this issue Nov 8, 2022 · 0 comments
Open
1 of 15 tasks

Implement Prefetching solution with MongoDB, Redis & Celery #11

deshetti opened this issue Nov 8, 2022 · 0 comments
Assignees

Comments

@deshetti
Copy link
Member

deshetti commented Nov 8, 2022

  • Add Redis, MongoDB to Docker Compose & Python Client
  • Environment variables for Redis parms:
    • for enabling Redis cache use
    • connection params
    • set expiration time. default: 3600 seconds
  • Enable routes for caching based on the env variable
  • Implement Endpoint for /cache/refresh or /cache/prefetch
    • List of URLs
    • Create it as a background job
    • Use Redis for MQ for prefetch tasks
    • Add background task status/updates on redis
  • Implement Redis caching on GET
  • Implement Endpoint for /cache/bust
    • All
    • List of URLs
@deshetti deshetti changed the title Implement Redis Caching Implement Prefetching solution with MongoDB & Redis Nov 21, 2022
@deshetti deshetti changed the title Implement Prefetching solution with MongoDB & Redis Implement Prefetching solution with MongoDB, Redis & Celery Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants