|
1 | 1 | # Digital Twins Event Gateway
|
2 | 2 |
|
3 | 3 | 
|
4 |
| -[](https://opensource.org/licenses/MIT) |
| 4 | +[](https://opensource.org/licenses/MIT) |
| 5 | + |
| 6 | + |
| 7 | +[](https://sonarcloud.io/summary/new_code?id=SmartOperatingBlock_dt-event-gateway) |
| 8 | +[](https://sonarcloud.io/summary/new_code?id=SmartOperatingBlock_dt-event-gateway) |
| 9 | +[](https://sonarcloud.io/summary/new_code?id=SmartOperatingBlock_dt-event-gateway) |
| 10 | +[](https://sonarcloud.io/summary/new_code?id=SmartOperatingBlock_dt-event-gateway) |
5 | 11 |
|
6 | 12 | The Event Gateway between Digital Twins and Microservices.
|
7 | 13 |
|
8 |
| -It's responsible to consume events from **Azure Digital Twins** through **Azure SignalR** service and to propagate them to application microservices through the **Kafka Event Broker**. |
| 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**. |
| 15 | + |
| 16 | +## Usage |
| 17 | +1. Provide a `.env` file with the following variables: |
| 18 | + - BOOTSTRAP_SERVER_URL |
| 19 | + - SCHEMA_REGISTRY_URL |
| 20 | + - SIGNALR_CONNECTION_STRING |
| 21 | +2. Run the container with the following command:\ |
| 22 | + `docker run ghcr.io/smartoperatingblock/dt-event-gateway:1.2.1` |
| 23 | + |
9 | 24 |
|
10 | 25 | ## Documentation
|
11 |
| -- Checkout the latest events AsyncAPI documentation [here](https://smartoperatingblock.github.io/dt-event-gateway/documentation/asyncapi-doc) |
12 |
| -- Checkout the latest project documentation [here](https://smartoperatingblock.github.io/dt-event-gateway/documentation/code-doc) |
| 26 | +- 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) |
13 | 28 |
|
14 | 29 | ---
|
15 | 30 |
|
|
0 commit comments