The Event Gateway between Digital Twins and Microservices.
- Consume events from Azure Digital Twins through Azure SignalR service.
- Propagate events to application microservices through a Kafka Event Broker.
- Provide a
.env
file with the following variables:- BOOTSTRAP_SERVER_URL
- SCHEMA_REGISTRY_URL
- SIGNALR_CONNECTION_STRING
- Run the container with the following command:\
docker run ghcr.io/smartoperatingblock/dt-event-gateway:1.2.1
- Visit the website here here
- Check out the AsyncAPI documentation here
- Check out the code documentation here