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

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

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

patchlevel/event-sourcing

0
View on GitHub↗
203 星标·13 分支·PHP·MIT·3 次浏览patchlevel.dev↗

Event Sourcing

An event sourcing library, complete with all the essential features, powered by the reliable Doctrine ecosystem and focused on developer experience.

Features

  • Implementation Patterns - Event sourcing library for PHP with snapshot and projection support.

Star 历史

patchlevel/event-sourcing 的 Star 历史图表patchlevel/event-sourcing 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Event Sourcing 的开源替代方案

相似的开源项目,按与 Event Sourcing 的功能重合度排序。
  • codelytv/php-ddd-exampleCodelyTV 的头像

    CodelyTV/php-ddd-example

    3,142在 GitHub 上查看↗

    🐘🎯 Hexagonal Architecture DDD CQRS in PHP using Symfony 7

    PHP
    在 GitHub 上查看↗3,142
  • ddd-crew/ddd-starter-modelling-processddd-crew 的头像

    ddd-crew/ddd-starter-modelling-process

    5,890在 GitHub 上查看↗

    This project is a Domain-Driven Design framework and strategic design methodology. It provides a structured workflow for translating business knowledge into technical implementations, guiding the decomposition of complex business domains into manageable software models. The methodology focuses on strategic domain decomposition, identifying core domains to inform build-versus-buy decisions, and defining bounded contexts to establish system responsibilities. It employs collaborative visual techniques to build a shared mental model of the problem domain between technical and non-technical team m

    在 GitHub 上查看↗5,890
  • threedotslabs/watermillThreeDotsLabs 的头像

    ThreeDotsLabs/watermill

    9,760在 GitHub 上查看↗

    Watermill is a Go library for building event-driven applications. It provides a framework for implementing event-driven architectures through a consistent interface for message publishing and subscribing, featuring a pub/sub message router and event stream processing pipelines. The library uses interface-based abstractions to decouple message producers and consumers from the underlying message broker. This allows different messaging technologies to be swapped via plugin-based broker integration. It employs a router-driven dispatch system and middleware-based pipelines to manage cross-cutting

    Gocqrsevent-drivenevent-sourcing
    在 GitHub 上查看↗9,760
  • threedotslabs/wild-workouts-go-ddd-exampleThreeDotsLabs 的头像

    ThreeDotsLabs/wild-workouts-go-ddd-example

    6,348在 GitHub 上查看↗

    This project is a reference implementation of Domain-Driven Design, Clean Architecture, and Command Query Responsibility Segregation (CQRS) patterns using the Go programming language. It serves as a sample application to demonstrate how to decouple core domain rules from infrastructure and delivery mechanisms. The system is built as a gRPC microservices architecture, utilizing type-safe communication and service contracts. It implements an event-driven architecture to manage eventual consistency and asynchronous processing, specifically employing the Outbox pattern to ensure reliable messagin

    Goclean-architecturecqrsddd
    在 GitHub 上查看↗6,348

常见问题解答

patchlevel/event-sourcing 是做什么的?

An event sourcing library, complete with all the essential features, powered by the reliable Doctrine ecosystem and focused on developer experience.

patchlevel/event-sourcing 的主要功能有哪些?

patchlevel/event-sourcing 的主要功能包括:Implementation Patterns。

patchlevel/event-sourcing 有哪些开源替代品?

patchlevel/event-sourcing 的开源替代品包括: codelytv/php-ddd-example — 🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 7. ddd-crew/ddd-starter-modelling-process — This project is a Domain-Driven Design framework and strategic design methodology. It provides a structured workflow… threedotslabs/watermill — Watermill is a Go library for building event-driven applications. It provides a framework for implementing… threedotslabs/wild-workouts-go-ddd-example — This project is a reference implementation of Domain-Driven Design, Clean Architecture, and Command Query…