An open API service indexing awesome lists of open source software.

https://github.com/anyulled/gsas-live-stream-workshop


https://github.com/anyulled/gsas-live-stream-workshop

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Live-stream platform

## System design for StageCast

### System Landscape

![Component View](workspace/.structurizr/1/images/Component-002-thumbnail.png)

### Deployment view

![Deployment view](workspace/.structurizr/1/images/Deployment-001-thumbnail.png)

## How to run this example

Execute this command to run a Docker container with a structurizr lite image.

### Mac OS / Linux

```bash
docker run --name gsas-structurizr --env=PORT=8080 --volume=$(pwd)/workspace:/usr/local/structurizr -p 8888:8080 -d structurizr/lite:latest
```

### Windows + WSL

```commandline
docker run --name gsas-structurizr --env=PORT=8080 --volume="%cd%\workspace:/usr/local/structurizr" -p 8888:8080 -d structurizr/lite:latest
```

### Windows

```commandline
docker run --name gsas-structurizr --env=PORT=8080 --volume="/c/Users//workspace:/usr/local/structurizr" -p 8888:8080 -d structurizr/lite:preview
```

## Links

* [Structurizr](http://localhost:8888/)
* [Documentation](http://localhost:8888/workspace/documentation)
* [ADRs](http://localhost:8888/workspace/decisions)
* [Diagrams](http://localhost:8888/workspace/explore)