All Projects → suadev → Dotnet Istanbul Microservices Demo

suadev / Dotnet Istanbul Microservices Demo

This is the demo application that i created for my talk 'Microservice Architecture & Implementation with Asp.Net Core' at Dotnet İstanbul Meetup Group.

Projects that are alternatives of or similar to Dotnet Istanbul Microservices Demo

Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+693.58%)
Mutual labels:  microservices, microservice, aspnetcore, dotnet-core, dotnetcore, distributed-systems
Quiz
Example real time quiz application with .NET Core, React, DDD, Event Sourcing, Docker and built-in infrastructure for CI/CD with k8s, jenkins and helm
Stars: ✭ 100 (-8.26%)
Mutual labels:  microservices, postgres, aspnetcore, rabbitmq, dotnetcore
Remit
RabbitMQ-backed microservices supporting RPC, pubsub, automatic service discovery and scaling with no code changes.
Stars: ✭ 24 (-77.98%)
Mutual labels:  microservices, microservice, event-driven, rabbitmq
Event Sourcing Jambo
An Hexagonal Architecture with DDD + Aggregates + Event Sourcing using .NET Core, Kafka e MongoDB (Blog Engine)
Stars: ✭ 159 (+45.87%)
Mutual labels:  microservices, microservice, event-driven, dotnet-core
Eventflow.example
DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.
Stars: ✭ 131 (+20.18%)
Mutual labels:  event-driven, rabbitmq, dotnet-core, dotnetcore
Space Cloud
Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
Stars: ✭ 3,323 (+2948.62%)
Mutual labels:  microservices, microservice, event-driven, postgres
Netcoremicroservicessample
Sample using micro services in .NET Core 3.1 Focusing on clean code
Stars: ✭ 403 (+269.72%)
Mutual labels:  microservices, rabbitmq, dotnet-core
Akkatecture
a cqrs and event sourcing framework for dotnet core using akka.net
Stars: ✭ 414 (+279.82%)
Mutual labels:  microservices, event-driven, dotnet-core
Dotnetcore Microservices Poc
Very simplified insurance sales system made in a microservices architecture using .NET Core
Stars: ✭ 1,304 (+1096.33%)
Mutual labels:  microservices, rabbitmq, dotnet-core
space-cloud
Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
Stars: ✭ 3,405 (+3023.85%)
Mutual labels:  postgres, microservice, event-driven
Pitstop
This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.
Stars: ✭ 708 (+549.54%)
Mutual labels:  microservices, event-driven, rabbitmq
Rabbus
A tiny wrapper over amqp exchanges and queues 🚌 ✨
Stars: ✭ 86 (-21.1%)
Mutual labels:  microservices, event-driven, rabbitmq
Docker Series
Docker Series about containerizing ASP.NET Core app with MySQL..
Stars: ✭ 88 (-19.27%)
Mutual labels:  aspnetcore, dotnet-core, dotnetcore
Simplcommerce
A simple, cross platform, modularized ecommerce system built on .NET Core
Stars: ✭ 3,474 (+3087.16%)
Mutual labels:  aspnetcore, dotnet-core, dotnetcore
Moleculer
🚀 Progressive microservices framework for Node.js
Stars: ✭ 4,845 (+4344.95%)
Mutual labels:  microservices, microservice, distributed-systems
eshopzero
.Net Microservice Application
Stars: ✭ 27 (-75.23%)
Mutual labels:  postgres, microservice, rabbitmq
Buildingblocks
Building blocks for Aspnet Core Microservices Development
Stars: ✭ 43 (-60.55%)
Mutual labels:  microservices, aspnetcore, dotnetcore
Cronscheduler.aspnetcore
Cron Scheduler for AspNetCore 2.x/3.x or DotNetCore 2.x/3.x Self-hosted
Stars: ✭ 100 (-8.26%)
Mutual labels:  aspnetcore, dotnet-core, dotnetcore
Aspnetboilerplate Core Ng
Tutorial for ASP.NET Boilerplate Core + Angular
Stars: ✭ 61 (-44.04%)
Mutual labels:  aspnetcore, dotnet-core, dotnetcore
core
Microservice abstract class
Stars: ✭ 37 (-66.06%)
Mutual labels:  distributed-systems, microservice, rabbitmq

Presentation : https://speakerdeck.com/suadev/microservice-architecture-and-implementation-with-asp-dot-net-core

The aim of the demo is showing event-driven and eventual consistent communication between the microservices.

Prerequities

Running in Debug Mode

  • Run 'docker-compose up'

  • Wait all services to up and running. ( rabbitmq, postgres, elasticsearch and kibana )

  • Select 'All' debug option and start debuging.

  • Wait until all microservices are up and running.

P.S. You can use .postman_project/Dotnet_Istanbul.postman_collection.json file for a quick test from Postman.

Tool Set

  • Asp.Net Core 2.2
  • Entity Framework Core 2.2
  • PostgreSQL - Npgsql
  • Serilog - Elasticsearch - Kibana
  • RabbitMQ - RawRabbit
  • Docker Containers ( PostgreSQL, RabbitMQ, Elasticsearch and Kibana )
  • pgAdmin or Azure Data Studio
  • VS Code
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].