dh1tw / remoteSwitch-playground

Dockerized playground for remoteSwitch

Home Page:https://demo.switch.shackbus.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remoteSwitch Playground

This repository contains the sources to the remoteSwitch playground at demo.switch.shackbus.org.

The playground uses docker-compose to orchestrate 8 remoteSwitch instances.

screenshot switch demo1

Description

Instances

remoteSwitch instances:

All instances use the dummy_switch implementation.

Other

  • remoteSwitch web (aggregator)
  • nats-server (communication backend)

How to execute

It's pretty easy to run you own demo instance locally if you have docker installed on your machine.

Depending on your OS and CPU's architecture you might have to adjust in the docker-compose.yml the arguments

Then just run

$ docker-compose up --build

About

Dockerized playground for remoteSwitch

https://demo.switch.shackbus.org

License:MIT License


Languages

Language:Dockerfile 100.0%