Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricardochaves/poc_cap_rabbitmq
https://github.com/ricardochaves/poc_cap_rabbitmq
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ricardochaves/poc_cap_rabbitmq
- Owner: ricardochaves
- Created: 2021-05-26T01:35:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-17T21:20:37.000Z (about 3 years ago)
- Last Synced: 2023-03-01T21:46:28.020Z (over 1 year ago)
- Language: C#
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)