https://github.com/alves-dev/sync-life-orchestrator-event-sync
Código responsável por fazer conversão de eventos entre os protocolos AMQP e MQTT
https://github.com/alves-dev/sync-life-orchestrator-event-sync
csharp docker rabbitmq sync-life
Last synced: about 2 months ago
JSON representation
Código responsável por fazer conversão de eventos entre os protocolos AMQP e MQTT
- Host: GitHub
- URL: https://github.com/alves-dev/sync-life-orchestrator-event-sync
- Owner: alves-dev
- License: gpl-3.0
- Created: 2024-11-19T11:37:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T19:24:31.000Z (about 1 year ago)
- Last Synced: 2025-06-14T20:21:06.505Z (about 1 year ago)
- Topics: csharp, docker, rabbitmq, sync-life
- Language: C#
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Event Sync
Código responsável por fazer conversão de eventos entre os protocolos AMQP e MQTT
### Para executar o projeto em dev
```
# Primeira vez
dotnet restore
dotnet run
```
---
**Atualizado em:** 2025-06-14 16:24