IDDD_Samples
Bounded Context Examples
A collection of sample Bounded Contexts demonstrating various aspects of Implementing Domain-Driven Design
These are the sample Bounded Contexts from the book "Implementing Domain-Driven Design" by Vaughn Vernon: http://vaughnvernon.co/?page_id=168
4k stars
246 watching
907 forks
Language: Java
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
vaughnvernon/iddd_samples_net | C#.NET implementations of Bounded Contexts from Implementing Domain-Driven Design by Vaughn Vernon | 929 |
ddd-by-examples/event-source-cqrs-sample | A sample event-sourced application demonstrating Command Query Responsibility Segregation (CQRS) and Domain-Driven Design (DDD) | 468 |
ddd-by-examples/library | A comprehensive Domain-Driven Design library built around real business requirements and multiple development techniques. | 5,018 |
bitloops/ddd-hexagonal-cqrs-es-eda | A comprehensive example of software design and architecture using Domain Driven Design, Hexagonal Architecture, CQRS, Event Sourcing, Behaviour Driven Development, and other advanced concepts | 1,224 |
bottegait/ddd-leaven-v2 | A comprehensive DDD-CqRS sample project providing real-world domain modeling examples and tools for building robust applications | 873 |
dcomartin/ddd-cqrs-es-example | An implementation of Domain-Driven Design, Command Query Responsibility Segregation, and Event Sourcing using various software frameworks. | 133 |
ddd-by-examples/factory | An implementation of Domain-Driven Design principles and patterns in an enterprise application using Spring | 1,347 |
kgrzybek/sample-dotnet-core-cqrs-api | Sample .NET Core CQRS API with raw SQL and Domain-Driven Design using Clean Architecture | 2,910 |
pyeventsourcing/eventsourcing | A Python library implementing the CQRS pattern and event-sourcing to structure domain-driven applications | 1,483 |
itlibrium/ddd-starter-dotnet | Provides sample implementation and comparison of various approaches to building Domain-Driven Design (DDD) applications | 390 |
andreschaffer/event-sourcing-cqrs-examples | An implementation of Event Sourcing and CQRS in a minimalist banking system using Java | 566 |
zkavtaskin/domain-driven-design-example | A C# implementation of Domain-Driven Design principles applied to an e-commerce system | 1,769 |
bytebase/bytebase | A comprehensive platform for managing and securing database development and operations across multiple databases and teams | 11,605 |
codelytv/java-ddd-example | Provides a starting point for building Java projects with JUnit and Gradle in a Domain-Driven Design (DDD) architecture | 434 |
thearchitectdev/architect.domainmodeling | A DDD toolset providing boilerplate code generators for domain models in C# | 64 |