All Projects → suadev → dotnet-core-microservices-kafka

suadev / dotnet-core-microservices-kafka

Licence: other
Asp.Net Core microservices that communicate asynchronous through Kafka message broker.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to dotnet-core-microservices-kafka

football-events
Event-Driven microservices with Kafka Streams
Stars: ✭ 57 (+35.71%)
Mutual labels:  event-driven, microservices-architecture
Learning.EventStore
A framework for CQRS, Eventsourcing, and messaging that uses Redis pub/sub for messaging and offers event persistence in Redis, SQL Server, or PostgreSQL.
Stars: ✭ 58 (+38.1%)
Mutual labels:  dotnetcore, 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 (+1585.71%)
Mutual labels:  event-driven, microservices-architecture
Microservice Patterns
Code to share the knowledge I gained while designing and implementing micro services
Stars: ✭ 87 (+107.14%)
Mutual labels:  event-driven, microservices-architecture
Event Sourcing Castanha
An Event Sourcing service template with DDD, TDD and SOLID. It has High Cohesion and Loose Coupling, it's a good start for your next Microservice application.
Stars: ✭ 68 (+61.9%)
Mutual labels:  dotnetcore, event-driven
Run Aspnetcore Microservices
Microservices on .Net platforms which used Asp.Net Web API, Docker, RabbitMQ, MassTransit, Grpc, Ocelot API Gateway, MongoDB, Redis, PostgreSQL, SqlServer, Dapper, Entity Framework Core, CQRS and Clean Architecture implementation. Also includes Cross-Cutting concerns like Implementing Centralized Distributed Logging with Elasticsearch, Kibana and SeriLog, use the HealthChecks with Watchdog, Implement Retry and Circuit Breaker patterns with Polly and so on.. See Microservices Architecture and Step by Step Implementation on .NET Course w/ discount->
Stars: ✭ 406 (+866.67%)
Mutual labels:  event-driven, microservices-architecture
Pos
Sample Application DDD, Reactive Microservices, CQRS Event Sourcing Powered by DERMAYON LIBRARY
Stars: ✭ 207 (+392.86%)
Mutual labels:  event-driven, microservices-architecture
axon-multi
Playground application demonstrating DDD, EDA, CQRS with Axon
Stars: ✭ 23 (-45.24%)
Mutual labels:  event-driven, microservices-architecture
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+1959.52%)
Mutual labels:  dotnetcore, microservices-architecture
Ocelot
.NET core API Gateway
Stars: ✭ 6,675 (+15792.86%)
Mutual labels:  dotnetcore, microservices-architecture
Beef
Business Entity Execution Framework
Stars: ✭ 95 (+126.19%)
Mutual labels:  dotnetcore, event-driven
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 (+211.9%)
Mutual labels:  dotnetcore, event-driven
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.
Stars: ✭ 109 (+159.52%)
Mutual labels:  dotnetcore, event-driven
awesome-software-architecture
A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.
Stars: ✭ 1,594 (+3695.24%)
Mutual labels:  event-driven, microservices-architecture
Dermayon
Dermayon is Library for supporting build large application,distributed application, scalable, microservices, cqrs, event sourcing, including generic ef repository pattern with unit of work, generic mongo repository pattern with unit of work, kafka, etc
Stars: ✭ 66 (+57.14%)
Mutual labels:  event-driven
dotget
Installer for .NET Core CLI Apps
Stars: ✭ 35 (-16.67%)
Mutual labels:  dotnetcore
GatewayService
GatewayService (Ocelot).
Stars: ✭ 19 (-54.76%)
Mutual labels:  dotnetcore
dot-net-core-pre-push-checks
A dot net core pre push checks hook
Stars: ✭ 53 (+26.19%)
Mutual labels:  dotnetcore
LoveCollection
我们搞技术的经常会要收藏些链接、资料什么的。但是,由于资料过多,浏览器的收藏夹并不便于管理,于是就诞生了“爱收藏”。https://i.haojima.net
Stars: ✭ 41 (-2.38%)
Mutual labels:  dotnetcore
okta-microservice-security-examples
Demos from Oktane18: API and Microservices Best Practices
Stars: ✭ 17 (-59.52%)
Mutual labels:  microservices-architecture

Asp dot Net Core microservices that communicate asynchronous through Kafka message broker.

Prerequities

  • DotNet Core SDK 3.1
  • Docker
  • pgAdmin or Azure Data Studio

Running in Debug Mode

  • Run 'docker-compose up'
  • Wait all infra to up and running.
  • Select 'All' debug option and start debuging. ( for vscode)
  • Wait until all microservices are up and running.

How Can I Test?

{
	"FirstName" : "Suat",
	"LastName" : "Köse",
	"Address" : "Üsküdar",
	"Email" : "[email protected]",
	"Password" : "12345"
}
  • Check Identity and Customer databases to make sure user and customer are created properly.

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].