awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
patchlevel avatar

patchlevel/event-sourcing

0
View on GitHub↗
203 estrellas·13 forks·PHP·MIT·5 vistaspatchlevel.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.

Historial de estrellas

Gráfico del historial de estrellas de patchlevel/event-sourcingGráfico del historial de estrellas de patchlevel/event-sourcing

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Event Sourcing

Proyectos open-source similares, clasificados según cuántas características comparten con Event Sourcing.
  • codelytv/php-ddd-exampleAvatar de CodelyTV

    CodelyTV/php-ddd-example

    3,142Ver en GitHub↗

    🐘🎯 Hexagonal Architecture DDD CQRS in PHP using Symfony 7

    PHP
    Ver en GitHub↗3,142
  • ddd-crew/ddd-starter-modelling-processAvatar de ddd-crew

    ddd-crew/ddd-starter-modelling-process

    5,890Ver en 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

    Ver en GitHub↗5,890
  • threedotslabs/watermillAvatar de ThreeDotsLabs

    ThreeDotsLabs/watermill

    9,760Ver en 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
    Ver en GitHub↗9,760
  • threedotslabs/wild-workouts-go-ddd-exampleAvatar de ThreeDotsLabs

    ThreeDotsLabs/wild-workouts-go-ddd-example

    6,348Ver en 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
    Ver en GitHub↗6,348

Preguntas frecuentes

¿Qué hace patchlevel/event-sourcing?

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

¿Cuáles son las características principales de patchlevel/event-sourcing?

Las características principales de patchlevel/event-sourcing son: Implementation Patterns.

¿Qué alternativas de código abierto existen para patchlevel/event-sourcing?

Las alternativas de código abierto para patchlevel/event-sourcing incluyen: 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…