You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Event Gateway between Digital Twins and Microservices.
13
-
14
-
It's responsible to consume events from **Azure Digital Twins** through **Azure SignalR** service and to propagate them to application microservices through a **Kafka Event Broker**.
13
+
- Consume events from <strong>Azure Digital Twins</strong> through <strong>Azure SignalR</strong> service.
14
+
- Propagate events to application microservices through a <strong>Kafka Event Broker</strong>.
15
15
16
16
## Usage
17
17
1. Provide a `.env` file with the following variables:
18
18
- BOOTSTRAP_SERVER_URL
19
19
- SCHEMA_REGISTRY_URL
20
20
- SIGNALR_CONNECTION_STRING
21
21
2. Run the container with the following command:\
22
-
`docker run ghcr.io/smartoperatingblock/dt-event-gateway:1.2.1`
22
+
```bash
23
+
docker run ghcr.io/smartoperatingblock/dt-event-gateway:1.2.1
24
+
```
23
25
24
26
25
27
## Documentation
28
+
- Visit the website here [here](https://smartoperatingblock.github.io/dt-event-gateway)
26
29
- Check out the *AsyncAPI* documentation [here](https://smartoperatingblock.github.io/dt-event-gateway/documentation/asyncapi-doc)
27
-
- Check out the latest code documentation [here](https://smartoperatingblock.github.io/dt-event-gateway/documentation/code-doc)
30
+
- Check out the code documentation [here](https://smartoperatingblock.github.io/dt-event-gateway/documentation/code-doc)
0 commit comments