All Projects â†’ XerProjects â†’ Xer.cqrs

XerProjects / Xer.cqrs

Licence: mit
A lightweight and easy-to-use CQRS + DDD library

Projects that are alternatives of or similar to Xer.cqrs

node-evented-command
provides simple command/event handling for evented systems like cqrs
Stars: ✭ 15 (-84.37%)
Mutual labels:  cqrs, command, event
sqrs
🚌SQRS is a JavaScript library for implementing CQRS pattern.
Stars: ✭ 23 (-76.04%)
Mutual labels:  query, cqrs, command
vscode-powertools
A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code.
Stars: ✭ 44 (-54.17%)
Mutual labels:  command, event
Messagebus
A MessageBus (CommandBus, EventBus and QueryBus) implementation in PHP7
Stars: ✭ 178 (+85.42%)
Mutual labels:  event-handlers, cqrs
Cqrs
cqrs framework in go
Stars: ✭ 179 (+86.46%)
Mutual labels:  event-handlers, cqrs
eventsourcing-go
Event Sourcing + CQRS using Golang Tutorial
Stars: ✭ 75 (-21.87%)
Mutual labels:  cqrs, event
Geotic
Entity Component System library for javascript
Stars: ✭ 97 (+1.04%)
Mutual labels:  event, query
cqrs
A foundational package for Command Query Responsibility Segregation (CQRS) compatible with Laravel.
Stars: ✭ 37 (-61.46%)
Mutual labels:  cqrs, event-handlers
Mitt
🥊 Tiny 200 byte functional event emitter / pubsub.
Stars: ✭ 6,945 (+7134.38%)
Mutual labels:  event, event-handlers
Autocomplete
🔮 Fast and full-featured autocomplete library
Stars: ✭ 1,268 (+1220.83%)
Mutual labels:  query
Async Gamequery Lib
A high-performance java game query library designed for steam/source based games and others
Stars: ✭ 88 (-8.33%)
Mutual labels:  query
V Dragged
Vue directive plugin for drag event detection.
Stars: ✭ 84 (-12.5%)
Mutual labels:  event
Cafeapp
A Real World Business Application using F# and Suave
Stars: ✭ 86 (-10.42%)
Mutual labels:  cqrs
Astq
Abstract Syntax Tree (AST) Query Engine
Stars: ✭ 89 (-7.29%)
Mutual labels:  query
Jsonapiframework
JsonApiFramework is a fast, extensible, and portable .NET framework for the reading and writing of JSON API documents. Currently working on ApiFramework 1.0 which is a new framework that supports the many enhancements documented in the 2.0 milestone of this project while being media type agnostic but will support media types like {json:api} and GraphQL for serialization/deserialization purposes.
Stars: ✭ 85 (-11.46%)
Mutual labels:  dotnet-standard
Homebridge Cmd4
CMD4 Plugin for Homebridge - Supports ~All Accessory Types & now all Characteristics too
Stars: ✭ 92 (-4.17%)
Mutual labels:  command
Shellkit
Objective-C framework for running shell scripts.
Stars: ✭ 83 (-13.54%)
Mutual labels:  command
Hpq
Utility to parse and query HTML into an object shape
Stars: ✭ 82 (-14.58%)
Mutual labels:  query
Minion
Background job system for .NET applications
Stars: ✭ 94 (-2.08%)
Mutual labels:  dotnet-standard
Rapidql
Query multiple APIs and DBs and join them in a single query
Stars: ✭ 91 (-5.21%)
Mutual labels:  query

What is Xer.Cqrs?

Xer.Cqrs is a convenience package that contains all packages needed to build a CQRS write side with DDD concepts. It groups together other lightweight XerProjects libraries:

  • Domain Driven - contains Domain Driven Design (DDD) components/concepts.
  • Command Stack - contains components for handling commands.
  • Event Stack - contains components for handling events.

Build

Branch Status
Master Build status
Dev Build status

Table of contents

Overview

Simple CQRS library

This project composes of components for implementing the CQRS pattern (Command Handling, Event Handling) with DDD concepts (Aggregate Roots, Entities, Value Objects, Domain Events). This library was built with simplicity, modularity and pluggability in mind.

Features

Installation

You can simply clone this repository, build the source, reference the dll from the project, and code away!

Xer.Cqrs is available as a Nuget package:

  • NuGet

To install Nuget package:

  1. Open command prompt
  2. Go to project directory
  3. Add the packages to the project:
    dotnet add package Xer.Cqrs
    
  4. Restore the packages:
    dotnet restore
    

Getting Started

(Samples are in ASP.NET Core)

Command Handling

See https://github.com/XerProjects/Xer.Cqrs.CommandStack/blob/dev/README.md for documentation.

Event Handling

See https://github.com/XerProjects/Xer.Cqrs.EventStack/blob/dev/README.md for documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].