awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 个仓库

Awesome GitHub RepositoriesDomain Driven Frameworks

Frameworks and libraries for implementing domain-driven design and CQRS patterns.

Explore 10 awesome GitHub repositories matching part of an awesome list · Domain Driven Frameworks. Refine with filters or upvote what's useful.

Awesome Domain Driven Frameworks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • abpframework/abpabpframework 的头像

    abpframework/abp

    14,313在 GitHub 上查看↗

    ABP is an opinionated architectural framework for building enterprise software solutions using .NET and ASP.NET Core. It serves as a structural toolkit for implementing domain-driven design and microservices patterns, providing a modular enterprise architecture where functionality is organized into independent, pluggable modules. The platform is specifically designed to support multi-tenant SaaS architectures, isolating data and configurations for multiple independent customers within a single application instance. It provides enterprise boilerplate infrastructure and pre-configured templates

    Provides a structural toolkit and framework for implementing domain-driven design and CQRS patterns.

    C#abpangulararchitecture
    在 GitHub 上查看↗14,313
  • nwidart/laravel-modulesnWidart 的头像

    nWidart/laravel-modules

    6,157在 GitHub 上查看↗

    这是一个为 Laravel 应用程序设计的模块管理框架,旨在将单体代码库组织为独立的模块化组件。它实现了一种模块化应用程序架构,将业务逻辑分离为自包含的单元,每个单元都有自己专用的控制器、模型和视图目录。 该项目作为领域驱动设计 (DDD) 的工具,允许开发者将相关功能分组为有界上下文。这种方法支持将单体应用程序迁移为更小、易于管理的模块,以提高长期可维护性和可扩展性。 该框架通过基于目录的模块发现、自定义命名空间映射和基于服务提供者的引导来处理项目组织。它通过配置驱动的加载来管理应用程序状态,并使用基于约定的文件夹结构和动态路由注入来自动化资源定位。

    Acts as a framework for implementing domain-driven design by grouping related functionality into bounded contexts.

    PHP
    在 GitHub 上查看↗6,157
  • johnbywater/eventsourcingjohnbywater 的头像

    johnbywater/eventsourcing

    1,670在 GitHub 上查看↗

    A library for event sourcing in Python.

    Provides a mature library for event sourcing and domain modeling.

    Python
    在 GitHub 上查看↗1,670
  • broadway/broadwaybroadway 的头像

    broadway/broadway

    1,509在 GitHub 上查看↗

    Infrastructure and testing helpers for creating CQRS and event sourced applications.

    Supplies infrastructure and testing helpers for event-sourced applications.

    PHP
    在 GitHub 上查看↗1,509
  • funkygao/cp-ddd-frameworkfunkygao 的头像

    funkygao/cp-ddd-framework

    1,155在 GitHub 上查看↗

    轻量级DDD正向/逆向业务建模框架,支撑复杂业务系统的架构演化!

    Offers a lightweight framework for complex business architecture.

    Java
    在 GitHub 上查看↗1,155
  • khannedy/golang-clean-architecturekhannedy 的头像

    khannedy/golang-clean-architecture

    1,066在 GitHub 上查看↗

    该项目提供了一个基于整洁架构(clean architecture)原则构建 Go Web 应用的结构化样板。它作为一个模板,用于组织代码库,以确保核心业务逻辑与外部框架、数据库层和交付机制保持隔离。 该实现通过将应用集中在不包含对基础设施关注引用的纯业务实体上,优先考虑领域驱动设计(DDD)。它利用分层依赖倒置和基于接口的端口适配来将内部逻辑与外部依赖解耦,从而允许系统组件的独立演进。 该框架包括通过外部环境变量配置管理应用行为的集成支持,并通过版本化的模式迁移脚本处理数据库演进。它还结合了异步工作者模式,以独立于主要请求生命周期执行后台任务,确保长时间运行的操作不会阻塞传入的网络流量。

    Implements domain-driven design patterns to prioritize business rules in Go development.

    Go
    在 GitHub 上查看↗1,066
  • pawelkaczor/akka-dddpawelkaczor 的头像

    pawelkaczor/akka-ddd

    359在 GitHub 上查看↗

    Akka CQRS/ES framework

    Provides artifacts for building applications using CQRS and domain-driven design.

    Scala
    在 GitHub 上查看↗359
  • ahoo-wang/wowAhoo-Wang 的头像

    Ahoo-Wang/Wow

    292在 GitHub 上查看↗

    Modern Reactive CQRS Architecture Microservice development framework based on DDD and EventSourcing | 基于 DDD & EventSourcing 的现代响应式 CQRS 架构微服务开发框架

    Supports reactive microservice development with event sourcing and CQRS.

    Kotlin
    在 GitHub 上查看↗292
  • yreynhout/jesayreynhout 的头像

    yreynhout/JESA

    9在 GitHub 上查看↗

    Event sourced aggregates for Java

    Implements event-sourced aggregates for the Java platform.

    Java
    在 GitHub 上查看↗9
  • javanile/php-glossaryjavanile 的头像

    javanile/php-glossary

    5在 GitHub 上查看↗

    Demonstrative Conceptual Implementation: Glossary Code Analysis Tool for PHP

    Facilitates term analysis to distinguish domain-specific language.

    PHP
    在 GitHub 上查看↗5
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Domain Driven Frameworks