Skip to content

Panorama360/data-collection-arch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panorama360 data collection architecture

This project deploys all the required services for the Panorama360 data collection on a single machine, using container technologies with Docker (https://www.docker.com/) and Docker Compose (https://docs.docker.com/compose/).

The current configuration of the services requires authentication on RabbitMQ, but all the other services are open and exposed on external traffic from the host machine. Feel free to edit the docker-compose.yml and the other config files in order to restrict access.

Username: panorama

Password: panorama

Prerequisites

On the machine we want to deploy the services the following software has to be installed and configured.

Spawning the services

Change to the directory where you've cloned this repository and execute the following docker-compose command

docker-compose up -d

Terminating the services

In order to terminate the services, from whithin the same directory execute the following docker-compose command

docker-compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published