2.0K
The dockerized RADAR stack for deploying the RADAR-base platform. Component repositories can be found at RADAR-base DockerHub org
To install RADAR-base stack, do the following:
Install Docker Engine
Install docker-compose using the installation guide or by following our wiki.
Verify the Docker installation by running on the command-line:
docker --version
docker-compose --version
This should show Docker version 1.12 or later and docker-compose version 1.9.0 or later.
Install git for your platform.
For Ubuntu
sudo apt-get install git
Clone RADAR-Docker repository from GitHub.
git clone https://github.com/RADAR-base/RADAR-Docker.git
Install required component stack following the instructions below.
RADAR-Docker currently offers two component stacks to run.
Note: on macOS, remove
sudofrom alldockeranddocker-composecommands in the usage instructions below.
Confluent Kafka platform offers integration of the basic components for streaming such as Zookeeper, Kafka brokers, Schema registry and REST-Proxy.
Run this stack in a single-node setup on the command-line:
cd RADAR-Docker/dcompose-stack/radar-cp-stack/
sudo docker-compose up -d
To stop this stack, run:
sudo docker-compose down
In addition to Confluent Kafka platform components, RADAR-base platform offers
Navigate to radar-cp-hadoop-stack:
cd RADAR-Docker/dcompose-stack/radar-cp-hadoop-stack/
Follow the README instructions there for correct configuration.
Set up a logging service by going to the dcompose-stack/logging directory and follow the README there.
The two following stacks will not work on with only Docker and docker-compose. For the Kerberos stack, the Kerberos image is not public. For the multi-host setup, also docker-swarm and Docker beta versions are needed.
In this setup, Kerberos is used to secure the connections between the Kafka brokers, Zookeeper and the Kafka REST API. Unfortunately, the Kerberos container from Confluent is not publicly available, so an alternative has to be found here.
$ cd wip/radar-cp-sasl-stack/
$ docker-compose up
In the end, we aim to deploy the platform in a multi-host environment. We are currently aiming for a deployment with Docker Swarm. This setup uses features that are not yet released in the stable Docker Engine. Once they are, this stack may become the main Docker stack. See the wip/radar-swarm-cp-stack/ directory for more information.
Content type
Image
Digest
Size
26.3 MB
Last updated
about 5 years ago
docker pull radarbase/radarbase-postgres