All Projects → keyvanakbary → Cqrs Documents

keyvanakbary / Cqrs Documents

E-book of Greg Young's CQRS Documents

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Cqrs Documents

Extreme
Elixir Adapter for EventStore
Stars: ✭ 110 (-25.68%)
Mutual labels:  event-sourcing, cqrs
User Bundle
A new Symfony user bundle
Stars: ✭ 116 (-21.62%)
Mutual labels:  event-sourcing, cqrs
Bifrost
This is the stable release of Dolittle till its out of alpha->beta stages
Stars: ✭ 111 (-25%)
Mutual labels:  event-sourcing, cqrs
Cronus
Cronus is a lightweight framework for building event driven systems with DDD/CQRS in mind
Stars: ✭ 139 (-6.08%)
Mutual labels:  event-sourcing, cqrs
Incident
Event Sourcing and CQRS library in Elixir
Stars: ✭ 128 (-13.51%)
Mutual labels:  event-sourcing, cqrs
Patientmangement
A simple example of how to build an event sourced application
Stars: ✭ 97 (-34.46%)
Mutual labels:  event-sourcing, cqrs
Booster
Booster Cloud Framework
Stars: ✭ 136 (-8.11%)
Mutual labels:  event-sourcing, cqrs
Productcontext Eventsourcing
A practical/experimental Event Sourcing application on Product Bounded Context in an e-commerce
Stars: ✭ 88 (-40.54%)
Mutual labels:  event-sourcing, cqrs
Symfony Demo App
A Symfony demo application with basic user management
Stars: ✭ 122 (-17.57%)
Mutual labels:  event-sourcing, cqrs
Vertex
Vertex is a distributed, ultimately consistent, event traceable cross platform framework based on Orleans, which is used to build high-performance, high throughput, low latency, scalable distributed applications
Stars: ✭ 117 (-20.95%)
Mutual labels:  event-sourcing, cqrs
Pdo Event Store
PDO implementation of ProophEventStore http://getprooph.org
Stars: ✭ 96 (-35.14%)
Mutual labels:  event-sourcing, cqrs
Eventsourcing
.NET Core event sourcing framework
Stars: ✭ 134 (-9.46%)
Mutual labels:  event-sourcing, cqrs
Event Store Symfony Bundle
Event Store Symfony Bundle
Stars: ✭ 93 (-37.16%)
Mutual labels:  event-sourcing, cqrs
Axondemo
Using Axon + Spring Cloud + Spring Cloud Stream + JPA to implement event sourcing and CQRS
Stars: ✭ 101 (-31.76%)
Mutual labels:  event-sourcing, cqrs
Loom
Stars: ✭ 88 (-40.54%)
Mutual labels:  event-sourcing, cqrs
Dotnet Cqrs Intro
Examples of implementation CQRS with Event Sourcing - evolutionary approach
Stars: ✭ 113 (-23.65%)
Mutual labels:  event-sourcing, cqrs
Commanded
Use Commanded to build Elixir CQRS/ES applications
Stars: ✭ 1,280 (+764.86%)
Mutual labels:  event-sourcing, cqrs
Aspnetcore Ddd
Full ASP.NET Core 3.1 LTS application with DDD, CQRS and Event Sourcing
Stars: ✭ 88 (-40.54%)
Mutual labels:  event-sourcing, cqrs
Sephsplace
My own version of r/place, done in a weekend
Stars: ✭ 119 (-19.59%)
Mutual labels:  event-sourcing, cqrs
Eventflow.example
DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.
Stars: ✭ 131 (-11.49%)
Mutual labels:  event-sourcing, cqrs

= CQRS Documents by Greg Young

https://twitter.com/gregyoung[Greg Young] created a https://cqrs.files.wordpress.com/2010/11/cqrs_documents.pdf[fantastic PDF document on CQRS] that has been around the internet for quite some time.

PDF documents don't work well on mobile or tablet devices and they are hard to modify and sync. I thought it was a good idea to port the documents into an ebook, here is the result of it.

I didn't change the original content of the document, all credit goes to Greg. Thank you!

== Download the ebook

Pick your preferred format from the https://github.com/keyvanakbary/cqrs-documents/releases/latest[latest release page].

== Generate the ebook


$ bundle install $ bundle exec rake book:build Converting to HTML... -- HTML output at cqrs-documents.html Converting to EPub... -- Epub output at cqrs-documents.epub Converting to Mobi (kf8)... -- Mobi output at cqrs-documents.mobi Converting to PDF... -- PDF output at cqrs-documents.pdf

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