Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cihatsolak/rabbitmq-publishexcel
It is an example project for using rabbitmq and worker service together. Direct exchange is used on rabbitmq side. On the consumer side, messages were received from the queue with the worker service. After the task given asynchronously in the worker service, it was reported to rabbitmq.
https://github.com/cihatsolak/rabbitmq-publishexcel
api-rest asenkron closedxml net5 rabbitmq signalr workerservice
Last synced: about 1 month ago
JSON representation
It is an example project for using rabbitmq and worker service together. Direct exchange is used on rabbitmq side. On the consumer side, messages were received from the queue with the worker service. After the task given asynchronously in the worker service, it was reported to rabbitmq.
- Host: GitHub
- URL: https://github.com/cihatsolak/rabbitmq-publishexcel
- Owner: cihatsolak
- License: mit
- Created: 2021-05-15T11:20:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T16:36:53.000Z (over 3 years ago)
- Last Synced: 2024-12-23T01:50:04.457Z (about 1 month ago)
- Topics: api-rest, asenkron, closedxml, net5, rabbitmq, signalr, workerservice
- Language: C#
- Homepage: https://medium.com/ltunes/k%C4%B1demli-tav%C5%9Fan-rabbitmq-4c65b03f95c9
- Size: 714 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NET 5 - RabbitMQ Publish Excel
There is a vehicle list table in the user's database. According to the user's request, the data in this table are converted to an excel file. In the web project, the request to convert to Excel is directed to the worker service. The worker service notifies the request to the web project again after it has been processed. After the notification on the web side, the user is notified with sweet alert with signalR.
![Screenshot_1](https://user-images.githubusercontent.com/54249736/118404776-fbb3da00-b67c-11eb-8343-55737a072e7d.png)
## Libraries
![asdasdasd](https://user-images.githubusercontent.com/54249736/118404839-54837280-b67d-11eb-9764-78fdf7bdfb3b.png)#### Installed Packages (PublishExcel.Shared)
* No packages found.#### Installed Packages (PublishExcel.Web)
* Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation
* Microsoft.EntityFrameworkCore.SqlServer
* Microsoft.EntityFrameworkCore.Tools
* Microsoft.VisualStudio.Web.CodeGeneration.Design
* RabbitMQ.Client
* Microsoft.AspNetCore.Identity.EntityFrameworkCore#### Installed Packages (PublishExcel.WorkerService)
* ClosedXML
* Microsoft.EntityFrameworkCore
* Microsoft.EntityFrameworkCore.SqlServer
* Microsoft.EntityFrameworkCore.Tools
* Microsoft.Extensions.Hosting
* RabbitMQ.Client#### Contact Addresses
##### Linkedin: [Send a message on Linkedin](https://www.linkedin.com/in/cihatsolak/)
##### Twitter: [Go to @cihattsolak](https://twitter.com/cihattsolak)
##### Medium: [Read from medium](https://cihatsolak.medium.com/)