Showing 13 open source projects for "cqrs"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • 1
    Akka

    Akka

    Build concurrent, distributed, and resilient message-driven apps

    ... million msg/sec on a single machine. Small memory footprint; ~2.5 million actors per GB of heap. Distributed systems without single points of failure. Load balancing and adaptive routing across nodes. Event Sourcing and CQRS with Cluster Sharding. Distributed Data for eventual consistency using CRDTs. Asynchronous non-blocking stream processing with backpressure.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    EQUINOX PROJECT

    EQUINOX PROJECT

    Full ASP.NET Core 5 application with DDD, CQRS and event sourcing

    ... architecture with responsibility separation concerns, solid and clean code. Booking application with domain model pattern, CQRS and ES concepts. Maybe you don't need a lot of implementations that is included, try avoid the over-engineering.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Event Horizon

    Event Horizon

    Event Sourcing for Go!

    Event Horizon is a CQRS/ES toolkit for Go. Event Horizon is used in production systems but the API is not final! CQRS stands for Command Query Responsibility Segregation and is a technique where object access (the Query part) and modification (the Command part) are separated from each other. This helps in designing complex data models where the actions can be totally independent from the data output. ES stands for Event Sourcing and is a technique where all events that have happened in a system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Watermill

    Watermill

    Building event-driven applications the easy way in Go

    Go library for building event-driven applications. Our goal was to create a tool that is easy to understand, even by junior developers. It doesn't matter if you want to do Event-driven architecture, CQRS, Event Sourcing or just stream MySQL Binlog to Kafka. Watermill was designed to process hundreds of thousands of messages per second. Every component is built in a way that allows you to configure it for your needs. You can also implement your own middleware for the router. Watermill is using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
  • 5
    EventFlow

    EventFlow

    Async/await first CQRS+ES and DDD framework for .NET

    Async/await first CQRS+ES and DDD framework for .NET. Designed with sensible defaults and implementations that make it easy to create an example application. EventFlow uses interfaces for every part of its core, making it easy to replace or extend existing features with custom implementation. To get a more complete example of how EventFlow could be used, have a look at the shipping example found here in the code base. The example is based on the shipping example from the book "Domain-Driven...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Brighter

    Brighter

    A framework for building messaging apps with .NET and C#

    This project is a Command Processor & Dispatcher implementation with support for task queues that can be used as a lightweight library. It can be used for implementing Ports and Adapters and CQRS (PDF) architectural styles in .NET. It can also be used in microservices architectures for decoupled communication between the services. Brighter supports Task Queues. As such it can be used to improve performance by introducing concurrency using a queue, and/or as an integration strategy between...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    marble

    marble

    Functional reactive Node.js framework for building server-side apps

    ..., database access, etc. Using its monadic nature we can map I/O operations over effects and flat them to bring in other sequences of operations. RxJS is used as a hammer for expressing asynchronous flow with monadic manner. Marble.js doesn't operate only over basic HTTP protocol but can be used also for general MDA (Message-Driven Architecture) solutions, including WebSocket, microservices or CQRS, where the multi-event nature fits best.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Practical CleanArchitecture

    Practical CleanArchitecture

    Full-stack .Net 8 Clean Architecture

    Full-stack .Net 8 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 17, React 18, Vue 3, BFF with YARP, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, Entity Framework Core, Selenium, SignalR, Hosted Services, Health Checks, Rate Limiting, Cloud Services (Azure, AWS, Google).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    QFramework

    QFramework

    Unity3D System Design Architecture

    QFramework is to provide a set of simple, powerful, easy-to-use, SOLID principles, support domain-driven design (DDD), event-driven, data-driven, layered, MVC, CQRS, modular, easy-to-extend architecture, her source code is only Up to line 800, you can completely save it in your notes app. Presentation layer: ViewController layer. The IController interface is responsible for the performance when receiving input and state changes. In general, MonoBehaviour is the presentation layer. System layer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 10
    NGXS

    NGXS

    State management for Angular

    NGXS is a state management pattern + library for Angular. It acts as a single source of truth for your application's state, providing simple rules for predictable state mutations. NGXS is modeled after the CQRS pattern popularly implemented in libraries like Redux and NgRx but reduces boilerplate by using modern TypeScript features such as classes and decorators. NGXS tries to make things as simple and accessible as possible. There can be a lot of boilerplate code in state management, thus...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    clean-architecture-dotnet

    clean-architecture-dotnet

    Yet Another .NET Clean Architecture

    Yet Another .NET Clean Architecture, but for a Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns applied on the simple eCommerce sample and run on Tye with Dapr extension.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Golang API Starter Kit

    Golang API Starter Kit

    Go Server/API boilerplate using best practices DDD CQRS ES gRPC

    The main purpose of this project is to provide a boilerplate project setup using best practices, DDD, CQRS, ES, and gRPC. Featuring kubernetes for both development and production environments. Allowing to work with an environment reflecting production one, allowing to reduce any misconfiguration. This is a mono-repository of many services such as authentication or user domain. Each service has it own code base with the exception of shared packages to simplify things for this boilerplate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JdonFramework

    JdonFramework

    a Domain Driven Design + CQRS + EventSource java framework

    1. INTRODUCTION --------------------------------------------- JdonFramework is a java framework to build your Domain Driven Design + CQRS + EventSource applications with asynchronous concurrency and higher throughput. 2. GETTING STARTED ------------------ In the "example" directory there are several examples for web application. You can run runTest.bat in this directory to see how to play JdonFramework in Application. In the "doc" directory there are all documents about how...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next