Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.33 KB

readme.md

File metadata and controls

41 lines (29 loc) · 1.33 KB

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