All Projects → Domain Driven Design Zh → Similar Projects or Alternatives

409 Open source projects that are alternatives of or similar to Domain Driven Design Zh

educational-platform
Modular Monolith Java application with DDD
Stars: ✭ 124 (-59.61%)
Mutual labels:  ddd, domain-driven-design
e-shop
Sample Spring Cloud microservices e-shop.
Stars: ✭ 48 (-84.36%)
Mutual labels:  ddd, domain-driven-design
dddplus-archetype-demo
♨️ Using dddplus-archetype build a WMS in 5 minutes. 5分钟搭建一个仓储中台WMS!
Stars: ✭ 56 (-81.76%)
Mutual labels:  ddd, ddd-architecture
tactical-ddd
lightweight helpers that I find myself implementing over and over again related to DDD/Event Sourcing tactical patterns, such as Value Objects, Entities, AggregateRoots, EntityIds etc...
Stars: ✭ 33 (-89.25%)
Mutual labels:  ddd, domain-driven-design
clean-architecture
Package for isolate your domain code from framework dependency using DDD concepts.
Stars: ✭ 93 (-69.71%)
Mutual labels:  ddd, domain-driven-design
business
Based on the Domain-Driven-Design approach, the business framework will help you structure and implement your business code cleanly and efficiently.
Stars: ✭ 23 (-92.51%)
Mutual labels:  ddd, domain-driven-design
ddderr
👺 Reflection-free Domain-Driven errors for Go.
Stars: ✭ 29 (-90.55%)
Mutual labels:  ddd, domain-driven-design
ddd-for-python
A domain-driven design framework for Python.
Stars: ✭ 30 (-90.23%)
Mutual labels:  ddd, domain-driven-design
Netcorekit
💗 A crafted toolkit for building cloud-native apps on the .NET platform
Stars: ✭ 248 (-19.22%)
Mutual labels:  ddd, ddd-architecture
Clean Architecture Manga
🌀 Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
Stars: ✭ 3,104 (+911.07%)
Comboost
ComBoost是一个领域驱动的快速开发框架
Stars: ✭ 111 (-63.84%)
All Things Cqrs
Comprehensive guide to a couple of possible ways of synchronizing two states with Spring tools. Synchronization is shown by separating command and queries in a simple CQRS application.
Stars: ✭ 474 (+54.4%)
Mutual labels:  ddd, domain-driven-design
jobofferbackend
This project is a real-world example of DDD in a backend application It applies the concept of Entity, Value Object, Root, Aggregate, Services, Repositories and Ubiquitous Language.
Stars: ✭ 15 (-95.11%)
Mutual labels:  ddd, ddd-architecture
Eventsourcing
A library for event sourcing in Python.
Stars: ✭ 760 (+147.56%)
Mutual labels:  ddd, domain-driven-design
Komga
Media server for comics/mangas/BDs with API and OPDS support
Stars: ✭ 647 (+110.75%)
Mutual labels:  ddd, domain-driven-design
Eventhorizon
CQRS/ES toolkit for Go
Stars: ✭ 961 (+213.03%)
Mutual labels:  ddd, domain-driven-design
Isis
Apache Isis™ software is a framework for rapidly developing domain-driven apps in Java. Write your business logic in entities, domain services or view models, and the framework dynamically generates a representation of that domain model as a webapp or as a RESTful API. For prototyping or production.
Stars: ✭ 605 (+97.07%)
Mutual labels:  ddd, domain-driven-design
Stepping
Stepping - a tools for code design, event storming, domain model generate.
Stars: ✭ 67 (-78.18%)
Mutual labels:  ddd, domain-driven-design
Context Mapper Examples
ContextMapper DSL: Examples
Stars: ✭ 66 (-78.5%)
Mutual labels:  ddd, domain-driven-design
silex-ddd-skeleton
A simple skeleton of silex application using ddd arquitecture
Stars: ✭ 19 (-93.81%)
Mutual labels:  ddd, ddd-architecture
repository
[PHP 7] Implementation and definition of a base Repository in Domain land.
Stars: ✭ 26 (-91.53%)
Mutual labels:  ddd, domain-driven-design
EcommerceDDD
Experimental full-stack application using Domain-Driven Design, CQRS, and Event Sourcing.
Stars: ✭ 178 (-42.02%)
Mutual labels:  ddd, domain-driven-design
eShopOnWeb
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
Stars: ✭ 8,250 (+2587.3%)
Mutual labels:  ddd, ddd-architecture
Productcontext Eventsourcing
A practical/experimental Event Sourcing application on Product Bounded Context in an e-commerce
Stars: ✭ 88 (-71.34%)
Mutual labels:  ddd, domain-driven-design
Sample Dotnet Core Cqrs Api
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
Stars: ✭ 1,273 (+314.66%)
Mutual labels:  ddd, domain-driven-design
Typescript Event Sourcing
Domain Driven Design, Event Sourcing & Command Query Responsibility Segregation with Typescript
Stars: ✭ 83 (-72.96%)
Mutual labels:  ddd, domain-driven-design
Dev Stuff
😎 Programming stuff for everyone. Collection of articles, videos about architecture, Domain Driven Design, microservices, testing etc.
Stars: ✭ 105 (-65.8%)
Mutual labels:  ddd, ddd-architecture
Eshoponcontainersddd
Fork of dotnet-architecture/eShopOnContainers in full DDD/CQRS design using my own patterns
Stars: ✭ 126 (-58.96%)
Mutual labels:  ddd, domain-driven-design
es-emergency-call
Struggling with CQRS, A+ES, DDD? We can help you!
Stars: ✭ 26 (-91.53%)
Mutual labels:  ddd, ddd-architecture
nstate
A simple but powerful react state management library with low mind burden
Stars: ✭ 11 (-96.42%)
Mutual labels:  ddd, ddd-architecture
CQELight
CQELight is an entreprise grade extensible and customisable framework for creating software with CQRS, DDD & Event Sourcing patterns
Stars: ✭ 21 (-93.16%)
Mutual labels:  ddd, ddd-architecture
Todomvc Ddd Cqrs Eventsourcing
Implementation of basic Todo app via tastejs/todomvc in C#/Typescript with eventsourcing, cqrs, and domain driven design
Stars: ✭ 134 (-56.35%)
Mutual labels:  ddd, domain-driven-design
MonolithicArchitecture
This repository presents an approach on how to build an application using Monolithic architecture, ASP.NET Core, EntityFrameworkCore, Identity Server, CQRS, DDD
Stars: ✭ 18 (-94.14%)
Mutual labels:  ddd, domain-driven-design
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 (-57.33%)
Mutual labels:  ddd, domain-driven-design
delta
DDD-centric event-sourcing library for the JVM
Stars: ✭ 15 (-95.11%)
Mutual labels:  ddd, domain-driven-design
Eventflow
Async/await first CQRS+ES and DDD framework for .NET
Stars: ✭ 1,932 (+529.32%)
Mutual labels:  ddd, domain-driven-design
Php Ddd Skeleton
🐘🚀 PHP DDD Skeleton: Bootstrap your new projects or be inspired by this example project
Stars: ✭ 152 (-50.49%)
Mutual labels:  ddd, ddd-architecture
Java Ddd Example
☕🎯 Hexagonal Architecture + DDD + CQRS in a Java project using SpringBoot
Stars: ✭ 119 (-61.24%)
Mutual labels:  ddd, domain-driven-design
Typescript Ddd Skeleton
🟨 TypeScript DDD Skeleton: Bootstrap your new projects or be inspired by this example project
Stars: ✭ 240 (-21.82%)
Mutual labels:  ddd, ddd-architecture
Go Realworld Clean
a clean architecture implementation of the realworldapp : https://github.com/gothinkster/realworld
Stars: ✭ 301 (-1.95%)
Mutual labels:  ddd, ddd-architecture
Event Sourcing Cqrs Examples
Event Sourcing and CQRS in practice.
Stars: ✭ 265 (-13.68%)
Mutual labels:  ddd, domain-driven-design
dddinaction
PHP implementation of the DDD in Practice Pluralsight course
Stars: ✭ 49 (-84.04%)
Mutual labels:  ddd
NStore
Opinionated eventsourcing library
Stars: ✭ 81 (-73.62%)
Mutual labels:  ddd
design-practice-repository
Summaries of artifacts, templates, practices, and techniques for agile architecting (DPR-mm) and service design (SDPR-nn).
Stars: ✭ 42 (-86.32%)
Mutual labels:  ddd
domain
A collection of entities and helpers for creating domain objects and events
Stars: ✭ 18 (-94.14%)
Mutual labels:  ddd
hexagonal-clean-architecture
Clean architecture focused on microservices with .NET Core 3.1 and C# 8
Stars: ✭ 47 (-84.69%)
Mutual labels:  domain-driven-design
fake-survey-generator
A slightly more-than-trivial full-stack application built with DDD & CQRS concepts
Stars: ✭ 49 (-84.04%)
Mutual labels:  domain-driven-design
Aggregates.net
.NET event sourced domain driven design model via NServiceBus and GetEventStore
Stars: ✭ 261 (-14.98%)
Mutual labels:  ddd
pathway
Define your business logic in simple steps
Stars: ✭ 45 (-85.34%)
Mutual labels:  domain-driven-design
hollywood
Hollywood-js is a Framework for building very modular and high scalable server side applications following CQRS (Command Query Responsibility Segregation) and enforcing IoC.
Stars: ✭ 20 (-93.49%)
Mutual labels:  ddd
spring-data-ldap
Repository abstraction for Spring LDAP
Stars: ✭ 53 (-82.74%)
Mutual labels:  ddd
RCM
RCM is a simple CRM application designed for Auto Parts Store made with ASP.NET Core based on DDD, CQRS and SOLID Principles.
Stars: ✭ 29 (-90.55%)
Mutual labels:  ddd
go-todo-app
Go + Angular Todo App
Stars: ✭ 21 (-93.16%)
Mutual labels:  ddd
apiplatform-ddd-cqrs-es-demo
No description or website provided.
Stars: ✭ 83 (-72.96%)
Mutual labels:  ddd
eventsourcing-java-example
A simplified (in memory) example of Event Sourcing implementation for banking domain.
Stars: ✭ 83 (-72.96%)
Mutual labels:  ddd
smartadmin.core.urf
Domain Driven Design (DDD) lightweight development architecture(support .net 5.0)
Stars: ✭ 100 (-67.43%)
Mutual labels:  ddd-architecture
httpmate
Non-invasive, flexible and ultra-extendable http framework that offers you 3 modes of handling http requests - UseCase driven, low-level http and event-driven request handling, as well as a mix of those modes
Stars: ✭ 15 (-95.11%)
Mutual labels:  ddd
order-taking
Idris version of Domain Modeling Made Functional Book.
Stars: ✭ 113 (-63.19%)
Mutual labels:  ddd
Fpp
Functional PHP Preprocessor - Generate Immutable Data Types
Stars: ✭ 282 (-8.14%)
Mutual labels:  ddd
Node Cqrs Domain
Node-cqrs-domain is a node.js module based on nodeEventStore that. It can be very useful as domain component if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.
Stars: ✭ 258 (-15.96%)
Mutual labels:  domain-driven-design
61-120 of 409 similar projects