ryanlangton / azure-microservice-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure-Microservices-Demo

This project is a demo of Azure microservices using MassTransit.

Presented at the KC.NET user group 6/28/22.
Slides available here

Test Projects

Run the command docker-compose up to set up all external dependencies for the project (rabbitmq, seq, sql, etc)
Demo.* project demo publishing/receiving messages
Run Demo.Publisher to publish messages
Run Demo.Worker to consumer messages

RabbitMQ: http://localhost:15672/#/channels (guest/guest)
SQL: localhost,1401;Initial Catalog=Demo;User Id=sa;Password=8jkGh47hnDw89Haq8LN2

Other links

Mass Transit
Microsoft Microservices Whitepaper
Microsoft Microservices eBook
Microservices Blog Series
Microservices Udemy Course

About


Languages

Language:C# 97.9%Language:PowerShell 2.1%