awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

इवेंट-ड्रिवन आर्किटेक्चर गाइड्स और एग्जांपल्स

रैंकिंग 30 जून 2026 को अपडेट की गई

For इवेंट-ड्रिवन सिस्टम्स के लिए स्टडी रिसोर्स, the strongest matches are eduardopires/equinoxproject (EquinoxProject is a reference implementation for enterprise software built), mikaelemmmm/go-zero-looklook (This go-zero microservices reference implementation provides practical code examples) and threedotslabs/wild-workouts-go-ddd-example (This repository is a Go-based sample application illustrating Domain-Driven). docshome/microservices and ddd-by-examples/library round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

इवेंट-ड्रिवन सिस्टम के लिए आर्किटेक्चरल पैटर्न, इम्प्लीमेंटेशन गाइड और प्रैक्टिकल कोड उदाहरण प्रदान करने वाली ओपन-सोर्स रिपॉजिटरी एक्सप्लोर करें।

इवेंट-ड्रिवन आर्किटेक्चर गाइड्स और एग्जांपल्स

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • eduardopires/equinoxprojectEduardoPires का अवतार

    EduardoPires/EquinoxProject

    6,774GitHub पर देखें↗

    EquinoxProject is an ASP.NET 9 web application template and reference implementation for building enterprise software. It provides a structural boilerplate centered on clean architecture, domain-driven design, and the separation of read and write operations through a command query responsibility segregation framework. The project incorporates event sourcing to track the history of business entities as a sequence of events for auditing and state reconstruction. It utilizes a layered approach to decouple business logic from external dependencies and frameworks. The system includes capabilities

    EquinoxProject is a reference implementation for enterprise software built with ASP.NET 9 that demonstrates CQRS and event sourcing through practical code examples, making it a solid fit for exploring event-driven architecture patterns, though it doesn't explicitly showcase message broker integration like Kafka or RabbitMQ.

    C#Command Query Responsibility Segregation PatternsEvent SourcingCQRS Frameworks
    GitHub पर देखें↗6,774
  • mikaelemmmm/go-zero-looklookMikaelemmmm का अवतार

    Mikaelemmmm/go-zero-looklook

    5,158GitHub पर देखें↗

    This project is a reference implementation and architectural blueprint for building distributed systems using the go-zero framework. It provides a complete microservices boilerplate and a standardized project layout to bootstrap API and RPC services with consistent folder structures. The implementation distinguishes itself by providing a comprehensive guide and codebase for service discovery, rate limiting, and circuit breaking. It demonstrates an observability stack integration that coordinates distributed tracing, metrics collection, and centralized logging across multiple microservices. T

    This go-zero microservices reference implementation provides practical code examples with Kafka message broker integration, async task queues (asynq), distributed transaction patterns, and observability—making it a strong demonstration of event-driven architecture in a real-world microservices context.

    GoMessage BrokersPublish-Subscribe Messaging
    GitHub पर देखें↗5,158
  • threedotslabs/wild-workouts-go-ddd-exampleThreeDotsLabs का अवतार

    ThreeDotsLabs/wild-workouts-go-ddd-example

    6,348GitHub पर देखें↗

    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

    This repository is a Go-based sample application illustrating Domain-Driven Design and CQRS within a gRPC microservices architecture, explicitly implementing event-driven patterns like the Outbox pattern for reliable asynchronous messaging—making it a practical, real-world example project for event-driven architecture.

    GoCommand Query Responsibility SegregationCommand Query Responsibility Segregation PatternsEvent Sourcing
    GitHub पर देखें↗6,348
  • docshome/microservicesDocsHome का अवतार

    DocsHome/microservices

    5,178GitHub पर देखें↗

    This project is a distributed systems design framework and architecture guide. It provides technical resources for designing, deploying, and coordinating independent network services. The framework establishes a structured methodology for migrating monolithic applications into decentralized services by separating frontend and backend concerns. It serves as a reference for event-driven architecture, focusing on maintaining data consistency across network boundaries using event sourcing and local transaction records. The project covers a broad range of capabilities including distributed servic

    This repository is a reference guide and framework for distributed systems and event-driven architecture, covering patterns like event sourcing and message broker integration, which directly serves as a learning resource and reference implementation for the visitor's intent.

    Event SourcingMessage Brokers
    GitHub पर देखें↗5,178
  • ddd-by-examples/libraryddd-by-examples का अवतार

    ddd-by-examples/library

    5,805GitHub पर देखें↗

    This project is a reference implementation of Domain-Driven Design patterns, functional domain modeling, and event-driven state coordination. It demonstrates the application of strategic and tactical design patterns to manage complex business requirements. The implementation utilizes a functional domain model with pure functions and immutable objects to manage state transitions and side effects. It features a Command Query Responsibility Segregation architecture to separate read and write models, alongside event-driven coordination to maintain consistency across autonomous business boundaries

    This repository is a reference implementation of Domain-Driven Design that demonstrates event-driven coordination and CQRS in a library management context, providing practical code examples and event-driven patterns, though it lacks explicit message broker integration.

    JavaCommand Query Responsibility SegregationCommand Query Responsibility Segregation Patterns
    GitHub पर देखें↗5,805
  • codingdocs/springboot-guideCodingDocs का अवतार

    CodingDocs/springboot-guide

    5,256GitHub पर देखें↗

    This project is a comprehensive educational resource and technical guide for building enterprise backend applications and RESTful services using the Spring Boot framework. It serves as a step-by-step tutorial for developing server-side logic, API routing, and distributed systems within the Java ecosystem. The documentation provides specific implementation guides for microservices architecture, focusing on coordinating distributed services and event-driven communication. It includes a practical reference for the Spring ecosystem, with detailed sections on security implementation and data persi

    This Spring Boot guide provides practical code examples and explicitly covers event-driven communication in a microservices context with RabbitMQ integration, making it a fitting learning resource for event-driven architecture patterns.

    JavaMessage BrokersMessage BrokersMicroservices Guides
    GitHub पर देखें↗5,256
  • yudaocode/springboot-labsyudaocode का अवतार

    yudaocode/SpringBoot-Labs

    20,095GitHub पर देखें↗

    SpringBoot-Labs is a collection of educational resources and reference implementations for Java backend architecture and distributed systems. It provides practical lab guides and code samples focused on building applications with the Spring Boot framework and designing scalable microservices architectures. The project specifically covers service governance and distributed cloud deployment patterns using Spring Cloud and Spring Cloud Alibaba. It includes a dedicated kit for microservices and a guide for executing remote procedure calls and managing service discovery via the Dubbo protocol. Th

    This repository is a collection of educational labs and reference implementations for Spring Boot microservices, integrating message brokers like Kafka and RabbitMQ, which directly provides practical code examples for event-driven patterns in a microservices context.

    JavaMessage BrokersMessage Queue Integrations
    GitHub पर देखें↗20,095
  • cer/event-sourcing-examplescer का अवतार

    cer/event-sourcing-examples

    3,160GitHub पर देखें↗

    This project is a framework for implementing event sourcing and command query responsibility segregation within containerized microservices. It provides a structured approach to managing business state as a sequence of immutable events, ensuring a reliable audit trail and the ability to reconstruct system state at any point in time. The framework distinguishes itself by enforcing a clear separation between data modification and data retrieval paths. By utilizing event-driven data synchronization, it allows for the asynchronous updating of materialized views and read models, ensuring that quer

    This repo is exactly what you need: a collection of practical code examples demonstrating event sourcing and CQRS in a microservices context, aligning closely with your interest in event-driven architecture patterns and real-world implementations.

    JavaScriptCommand Query Responsibility SegregationEvent SourcingEvent Sourcing
    GitHub पर देखें↗3,160
  • codelytv/typescript-ddd-exampleCodelyTV का अवतार

    CodelyTV/typescript-ddd-example

    1,473GitHub पर देखें↗

    This project is a reference implementation for building scalable applications in TypeScript using Domain-Driven Design. It provides a structured codebase template that organizes business logic through tactical design patterns and strategic modeling to ensure the software reflects specific business requirements. The architecture utilizes a hexagonal pattern to isolate core business logic from external infrastructure concerns such as databases and delivery mechanisms. It implements Command Query Responsibility Segregation to separate data modification operations from information retrieval tasks

    It is a complete TypeScript example project applying DDD and hexagonal architecture with RabbitMQ integration and CQRS, providing practical code examples that demonstrate event-driven patterns and microservices context — exactly the kind of reference implementation this search is after.

    TypeScriptCommand Query Responsibility Segregation
    GitHub पर देखें↗1,473

Related searches

  • सर्विसेज के लिए एक ओपन सोर्स मैसेज ब्रोकर
  • माइक्रोसर्विसेज डिजाइन के लिए गाइड
  • स्ट्रीम प्रोसेसिंग के लिए डिस्ट्रीब्यूटेड सिस्टम
  • माइक्रोसर्विसेज के लिए एसिंक्रोनस नोटिफिकेशन सिस्टम
  • Kafka का सेल्फ-होस्टेड विकल्प
  • डोमेन-ड्रिवन डिजाइन के लिए रीडिंग लिस्ट
  • सीनियर सिस्टम डिजाइन इंटरव्यूज के लिए स्टडी किट
  • Lambda का सेल्फ-होस्टेड विकल्प