This repository aggregates multiple projects focusing on RabbitMQ and Kafka within the context of .NET Core microservices. Each project is structured within its respective directory, containing the necessary source code. This document provides an overarching view of each project, highlighting their requirements, objectives, and key learning outcomes. The goal is to offer a comprehensive guide for professionals and students in software engineering to master the integration of RabbitMQ and Kafka in microservice architectures.
This project introduces .NET Core Microservices using RabbitMQ. It is tailored for individuals starting their journey in software engineering or those looking to enhance their skills in .NET Core and RabbitMQ messaging. The project guides users through setting up their environment and building their first applications using a microservice architecture design pattern. It provides a step-by-step approach to ensure a smooth learning curve.
This project focuses on creating .NET microservices that adhere to the CQRS (Command Query Responsibility Segregation) and Event Sourcing patterns using Apache Kafka. Participants will learn to write every line of code needed to build their own CQRS and Event Sourcing framework. The project aims to equip learners with the skills to handle commands, raise events, and implement various advanced features like event versioning and optimistic concurrency control.
This project provides an in-depth look at RabbitMQ and general messaging concepts. It covers the basics of message brokers and dives into the specific components and usage scenarios of RabbitMQ. The course includes practical demos and coding lessons in C# and Java, illustrating how to implement common messaging scenarios. It also explores the management web interface for testing RabbitMQ systems.
This project is designed for both beginners and experienced users of RabbitMQ. It covers a wide range of topics from basic queue concepts to advanced features and patterns. The course emphasizes practical knowledge through examples and hands-on lectures, teaching users how to configure, administrate, and use RabbitMQ efficiently. It also includes performance testing and failure simulation to build highly available and fault-tolerant clusters.
This aggregated repository serves as a comprehensive resource for mastering RabbitMQ and Kafka in .NET Core microservices. Each project is meticulously designed to provide a step-by-step learning experience, ensuring that users can progressively build their knowledge and skills. Whether you are a student, software engineer, or cloud architect, this repository offers valuable insights and practical tools to excel in the field of microservice architectures. |
First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.
Please try to create bug reports that are:
- Reproducible. Include steps to reproduce the problem.
- Specific. Include as much detail as possible: which version, what environment, etc.
- Unique. Do not duplicate existing opened issues.
- Scoped to a Single Bug. One bug per report.
Please adhere to this project's code of conduct.
You can use markdownlint-cli to check for common markdown style inconsistency.
Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Reach out to the maintainer at:
- The email which is located in GitHub profile
This project is licensed under the MIT license. Feel free to edit and distribute this template as you like.
See LICENSE for more information.