Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 8 Current »

The following deployment diagrams attempt to show how services and containers are deployed. We try to go from a high level of abstraction to a lower level of abstraction.

We will need to have two servers, on for The Moodle server, and the other one for th Analytical Stack Server

Moodle Server

 

Principally, we are going to install in one machine a DOCKER service with NGNIX and CERBOT, and is this machine which is going to connect with the cloud.

image-20250203-132310.png

We will install two containers. One for moodle and the other one for our database:

image-20250203-132336.png

Finally, we will need to install Impilo’s plugins for Moodle to, after that we don’t need to modify the containers, we will need to set the configuration in Moodle:

image-20250203-132421.png

Analytical Stack Server

As the previos server, we will need to install the same applications: DOCKER service with NGNIX and CERBOT. And also we will need to connect with the cloud.

image-20250203-132310.png

In this case, we will need to install the next containers: nifi, PostgreSQL and Superset:

image-20250203-134108.png

We will need to set the nifi configuration usig the ZWE nifi template.

image-20250203-134254.png

All this steps are detailed explained in the next sections.

  • No labels