All Projects → MerrionComputing → CQRSAzure

MerrionComputing / CQRSAzure

Licence: other
CQRS on Windows Azure

Programming Languages

C#
18002 projects
Visual Basic .NET
514 projects

Projects that are alternatives of or similar to CQRSAzure

sbt-guardrail
Principled code generation from OpenAPI specifications
Stars: ✭ 24 (-4%)
Mutual labels:  codegen
react-native-xaml
A React Native Windows library to use XAML / WinUI controls
Stars: ✭ 55 (+120%)
Mutual labels:  codegen
go2dts
A simple cli-tools to transform golang `struct` and `const` to typescript `interface` and `type`
Stars: ✭ 44 (+76%)
Mutual labels:  codegen
qpmodel
A Relational Optimizer and Executor
Stars: ✭ 54 (+116%)
Mutual labels:  codegen
VehicleTracker
Vehicle Tracker with Microservice example
Stars: ✭ 70 (+180%)
Mutual labels:  cqrs-es
flighthub
Flight ticket booking system implemented with CQRS and ES.
Stars: ✭ 26 (+4%)
Mutual labels:  cqrs-es
EasyEE-Auto
EasyEE 自动化代码生成器。EasyEE Automated code generator.
Stars: ✭ 39 (+56%)
Mutual labels:  codegen
Uno.CodeGen
A set of source generators for equality, immutability, ...
Stars: ✭ 85 (+240%)
Mutual labels:  codegen
graphql-java-codegen
Make your GraphQL Java application schema-driven.
Stars: ✭ 167 (+568%)
Mutual labels:  codegen
Steam-Tiles
Pin Tiles of your games from Steam to the Windows 10 Start Menu
Stars: ✭ 20 (-20%)
Mutual labels:  vb-net
aws-mobile-appsync-sdk-android
Android SDK for AWS AppSync.
Stars: ✭ 101 (+304%)
Mutual labels:  codegen
TypedocConverter
This is a typedoc json to C# type bindings converter. Can be used as a TypeScript to C# bindings converter.
Stars: ✭ 89 (+256%)
Mutual labels:  codegen
vertx-codegen
Vert.x code generator for asynchronous polyglot APIs
Stars: ✭ 95 (+280%)
Mutual labels:  codegen
babyfoot
Simple CQRS/ES Node+Express+TypeScript REST API
Stars: ✭ 14 (-44%)
Mutual labels:  cqrs-es
UmaSupporter.WebClient
🏃🏽‍♀️ 우마무스메 육성 도우미 '우마서포터'의 프론트엔드 애플리케이션입니다.
Stars: ✭ 14 (-44%)
Mutual labels:  codegen
gqty
a GraphQL client built for rapid iteration
Stars: ✭ 420 (+1580%)
Mutual labels:  codegen
apollo-typed-documents
Get type safety for your apollo documents.
Stars: ✭ 21 (-16%)
Mutual labels:  codegen
atbuild
Use JavaScript to generate JavaScript
Stars: ✭ 26 (+4%)
Mutual labels:  codegen
Script-Help
📝 This VSTO Add-In is used for cleaning & creating a script for batch loading records into SQL Server, Oracle, Documentum, Markup or Markdown Languages. The functionality within the ribbon allows a quick way of preparing a bulk data load. Otherwise, the requests can be both time-consuming and error prone. It is written in 3 different versions a…
Stars: ✭ 65 (+160%)
Mutual labels:  vb-net
revgen
Speed up go:generate by auto detecting code changes
Stars: ✭ 20 (-20%)
Mutual labels:  codegen

CQRSAzure

CQRS on Windows Azure

Despite numerous articles and the favourable experiences of enterprise application developers, CQRS has not caught on as a mainstream development architecture (in the way that, for example, MVC has).

I believe that two things are needed in order to demonstrate the architecture and increase its adoption: (1) examples to demonstrate the advantages of scalability, simplicity, testing and read/write independence and (2) tooling to allow developers rapidly to assemble the CQRS application in a graphical model.

Designer

Project Description A project to create an IDE template, plug ins, documentation and related material to facilitate the rapid creation of CQRS based solutions on Azure

This project is intended to provide a quick start IDE template and plug in and various documentation, techniques and so on to allow the rapid creation of CQRS based projects sitting on Windows Azure.

It will facilitate the code generation of Aggregates (aggregate roots) , Events , Projections , Query Definitions and Command Definitions which will build the underlying model of a CQRS / ES based application. This will mean using Tools and Designers so that the model can be assembled visually inside the IDE.

Prerequisites

In order to compile the source code for this plug in you will need to have Visual Studio 2017 and to have installed the Visual Studio SDK.

Beginners guide

I recommend reading the WIKI pages for this project - and there is a "Recommended Reading" page there too to help you get started with the concepts of CQRS and of event sourcing, or if you have 50 minutes to spare take a look at this YouTube presentation: [https://youtu.be/kpM5gCLF1Zc]

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].