Giter Club home page Giter Club logo

kifle23 / microservices Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.67 MB

The project is a practical implementation of microservice architecture that includes two .NET microservices developed using the REST API pattern, dedicated persistence layers for both services, deployment to a Kubernetes cluster, API Gateway pattern implementation, synchronous messaging using HTTP and gRPC, and asynchronous messaging with RabbitMQ.

License: MIT License

C# 95.80% Dockerfile 4.20%

microservices's Introduction

Microservices Project with .NET

License: MIT

This repository contains the source code and materials for a microservices project built with the help of the "Building Microservices with .NET" tutorial available on YouTube. The tutorial served as a valuable guide throughout the development process.

Table of Contents

Introduction

This project entails the construction of microservices with .NET, encompassing various aspects of microservices development, ranging from project initiation to the deployment of microservices on a Kubernetes cluster.

Project Overview

The project is a practical implementation of microservice architecture that includes two .NET microservices developed using the REST API pattern, dedicated persistence layers for both services, deployment to a Kubernetes cluster, API Gateway pattern implementation, synchronous messaging using HTTP and gRPC, and asynchronous messaging with RabbitMQ.

Project Structure

Explore the organization and structure of the project, understanding how different components interact to deliver a fully functional microservices architecture.

Solution Architecture
Platform Service Architecture
Command Service Architecture
Kubernetes Architecture

Docker & Kubernetes Deployment

The project extensively uses Docker for containerization, and Kubernetes for orchestrating the deployment of microservices to a cluster.

Additional Services

Beyond the core microservices, the project explores additional services such as API Gateway pattern implementation and synchronous messaging between services.

SQL Server Integration

SQL Server is seamlessly integrated into the microservices architecture, and Kubernetes is configured to manage database operations.

Multi-Resource API

A multi-resource API is developed, covering data layer models, repositories, and controllers to enhance the functionality of the microservices.

Message Bus & RabbitMQ

The importance of message buses, specifically RabbitMQ, is demonstrated in the project. RabbitMQ is deployed to Kubernetes to enable asynchronous messaging.

Asynchronous Messaging

Asynchronous messaging is implemented using an Event Bus, with a detailed walkthrough of adding a message bus publisher, event processing, and listeners.

gRPC Integration

The project dives into gRPC, including networking configuration, package references, and practical implementation in microservices for efficient communication.

Acknowledgments

Special thanks to the creator of the tutorial Les Jackson for providing an insightful and educational resource. The tutorial has been instrumental in the successful completion of this microservices project.

Note: This project is licensed under the MIT License - see the LICENSE file for details.

microservices's People

Contributors

kifle23 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.