Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ricardochaves/poc_cap_rabbitmq


https://github.com/ricardochaves/poc_cap_rabbitmq

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# POC CAP and RabbiMQ

- Install CAP
- Run migration

```
dotnet ef database update --project API_CAP_RabbitMQ/API_CAP_RabbitMQ.csproj --context SystemContext
```

https://github.com/dotnetcore/CAP/

https://cap.dotnetcore.xyz/user-guide/en/storage/sqlserver/

## RabbitMQ

Dash: http://localhost:8080/

## CAP

Dash: https://localhost:5001/cap

[Currently, bulk messaging is not supported.](https://cap.dotnetcore.xyz/user-guide/en/cap/messaging/#scheduling)