Dependencies
This is a list of all dependencies that our services have.
-
Postgres SQL database version 13
-
CubeJS business analytics pointed to Postgres SQL database
-
MeiliSearch search engine
-
AWS SQS or equivalent (ElasticMQ is a good alternative) for message queues
Required queues:nodejs-worker
service requires two queues - one FIFO (first in-first out) and one regular non-FIFO onepython-worker
service requires one FIFO queuepremium-python-worker
service requires one FIFO queue
An example AWS SQS FIFO queue configuration:

And here is an example AWS SQS non-FIFO queue configuration:

If you are using ElasticMQ to emulate AWS SQS here is an example configuration file.
Updated 7 months ago