Skip to content

SmartAQnet/frost-bridge

 
 

Repository files navigation

Clone using $git clone --recursive git@github.com:SmartAQnet/smartaqnet-infrastructure.git (you need to setup ssh key at github)

frost-bridge

FROST-Server with java-mqtt-kafka-bridge (a bridge between a FROST-Server and Apache Kafka).

Prerequisites

  • docker-compose
  • ssh keys on DOCKER_HOST and inside ssh-agent or predeployed TLS Keys

Setup

  1. cd into the conf/{HOST} directory to select host: $cd conf/smartaqnet-dev (edit .env to use your own DOCKER_HOST or comment out if set in your shell environment Note: currently the ssh: protocol is selected however the docker-compose implementation is a bit shaky so you might want to use plain TLS)

  2. on first setup call $docker -f ../docker-compose-init.yml up to initialize the certificates

  3. call $ docker-compose up -d

  4. call $ docker-compose ps to confirm everything is up and running

Cleanup

  1. $ docker-compose down
  2. $ docker-compose up -d

Full Cleanup loosing all data!!!!

  1. $ docker-compose down -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.2%
  • Shell 10.8%