What is Drups.io Engine

Drups.io Engine is a bridge between Drups.io Application and DevOps stuff. It takes care about Cloning, Building and Deploying the user projects.

The connection between Engine and Application is implemented by using the Message Broker pattern. We use RabbitMQ as our broker and Redis as the Celery Result Backend. Celery is our Task Queue provider.

Connection between Drups.io Engine and application

Coverage