issues
search
factly
/
hunting
Hunting is data profiling exposed as REST API. It is built on top of Pandas Profiling & Polars.
4
stars
1
forks
source link
Implement Prefetching solution with MongoDB, Redis & Celery
#11
Open
deshetti
opened
1 year ago
deshetti
commented
1 year ago
[x] 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