We need a cache for KV storage, a real database for permanent storage, and i don't know what else.
[ ] Redis for KV storage, flight searches cache etc. ~512MB disk total, but needs to handle lots of connections.
[ ] Postgres for global level data. Origin cities, destination cities, users to e-mail, storing week over week avg values for origin-destination routes, storing the good deals, etc.
Do we want a task manager like celery or something?
We need a cache for KV storage, a real database for permanent storage, and i don't know what else.
Do we want a task manager like celery or something?