All Projects → powerumc → microservice-architecture-quick-start

powerumc / microservice-architecture-quick-start

Licence: other
Demonstrates how to build a Microservices Architecture using the C # language and the ASP.NET Core environment.

Programming Languages

C#
18002 projects
CSS
56736 projects

Projects that are alternatives of or similar to microservice-architecture-quick-start

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 (+2437.5%)
Mutual labels:  eventbus, microservices-architecture
Netcoremicroservicessample
Sample using micro services in .NET Core 3.1 Focusing on clean code
Stars: ✭ 403 (+2418.75%)
Mutual labels:  eventbus, microservices-architecture
mean-ionic-ngrx
Monorepo as Microservices: Full MEAN stack with Angular 7, Ionic 4 and ReactiveX API (ngrx/Store + ngrx/Effects) + i18n/ngx-translate + Express NodeJS REST API servers micro-services + JWT Authentication + UnitTest/e2e exemple + Travis + DevOps scripts and many more...
Stars: ✭ 60 (+275%)
Mutual labels:  microservices-architecture
axon-multi
Playground application demonstrating DDD, EDA, CQRS with Axon
Stars: ✭ 23 (+43.75%)
Mutual labels:  microservices-architecture
pg-pubsub
Reliable PostgreSQL LISTEN/NOTIFY with inter-process lock support
Stars: ✭ 50 (+212.5%)
Mutual labels:  eventbus
muon-java
Muon Core for the JVM. APIs and Microservices taken to the next level
Stars: ✭ 18 (+12.5%)
Mutual labels:  microservices-architecture
okta-jhipster-microservices-oauth-example
A microservices architecture built with JHipster, OAuth 2.0, and Okta
Stars: ✭ 29 (+81.25%)
Mutual labels:  microservices-architecture
EventBus
A .NET Core ultra lightweight in-memory event bus implementation.
Stars: ✭ 73 (+356.25%)
Mutual labels:  eventbus
Alpine
Basic event system framework using functional interfaces
Stars: ✭ 79 (+393.75%)
Mutual labels:  eventbus
engine
Online 4X Grand Strategy RPG Engine
Stars: ✭ 19 (+18.75%)
Mutual labels:  microservices-architecture
postman
Reverse proxy for async microservice communication
Stars: ✭ 30 (+87.5%)
Mutual labels:  microservices-architecture
wal-listener
PostgreSQL WAL listener
Stars: ✭ 89 (+456.25%)
Mutual labels:  microservices-architecture
go-distsys
Distributed Systems programming examples in the Go programming language.
Stars: ✭ 101 (+531.25%)
Mutual labels:  microservices-architecture
MASA.BuildingBlocks
Building blocks of the MASA Stack, provides a unified interface standard for MASA Contrib's implementation specifications and process connector.
Stars: ✭ 119 (+643.75%)
Mutual labels:  eventbus
cloud-espm-cloud-native
Enterprise Sales and Procurement Model (ESPM) Cloud Native is a project that showcases how an application can be made resilient by implementing resilience design patterns. This application is developed using Spring Boot framework and can be deployed locally as well as on SAP BTP, Cloud Foundry environment.
Stars: ✭ 29 (+81.25%)
Mutual labels:  microservices-architecture
kubernetes workshop
Kubernetes is an open source Container Orchestration System for automatic deployment, scaling, and management of Containerized application. Kubernetes gives you the freedom to take advantage of on-premise, hybrid or public cloud infrastructure. Kubernetes helps you to scale both horizontally and vertically depends on the load.
Stars: ✭ 27 (+68.75%)
Mutual labels:  microservices-architecture
MVPHulk
Android MVP 快速集成方案 (支持AndroidX)
Stars: ✭ 19 (+18.75%)
Mutual labels:  eventbus
StaticBus
🚌 A static bus use in modules.
Stars: ✭ 15 (-6.25%)
Mutual labels:  eventbus
dropwizard-guicey-ext
Dropwizard-guicey extensions
Stars: ✭ 11 (-31.25%)
Mutual labels:  eventbus
vertx-vue-keycloak
This repo holds the source codes for the Medium Article "Vert.x + VueJS + OAuth2 in 5 steps"
Stars: ✭ 20 (+25%)
Mutual labels:  eventbus

microservice-architecture-quick-start

  • C# 언어와 ASP.NET Core 환경을 이용하여 마이크로서비스 아키텍처를 구축하는 방법을 보여줍니다.
  • (Demonstrates how to build a micro services architecture using the C # language and the ASP.NET Core environment.)

Requirements

Limits

  1. Used In-Memory Database

Infrastructure

Orchestration

  • Kubernetes
  • Docker
  • Docker-Compose

Infrastructure

Domain Driven Development

  • Aggregate Root
  • ValueObject
  • CQRS
  • Event Sourcing
  • EventBus
  • EventBus by RabbitMq
  • Unit Of Work

Monitoring

Run

Download Source Code

git clone https://github.com/powerumc/microservice-architecture-quick-start

Run Commands

1. Move provisioning directory.
cd provisioning
2. Run docker-compose
docker-compose up -d

Tests

You can access via Postman for your tests. The document is generated by Postman.

https://documenter.getpostman.com/view/1730372/RWEiMe9X

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