Last active
December 11, 2017 17:34
-
-
Save thewoolleyman/153a327a0517a7993d969182dde269b5 to your computer and use it in GitHub Desktop.
Revisions
-
thewoolleyman revised this gist
Dec 11, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ # Event Sourcing and CQRS Links * Curated Links: https://github.com/heynickc/awesome-ddd # Docs/Presentations ## Quick Overviews -
thewoolleyman revised this gist
Dec 11, 2017 . 1 changed file with 15 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,17 +8,30 @@ * https://martinfowler.com/eaaDev/EventSourcing.html * https://martinfowler.com/bliki/CQRS.html * https://en.wikipedia.org/wiki/Domain-driven_design ### Videos * Greg Young's "Code on the Beach" talk: https://www.youtube.com/watch?v=JHGkaShoyNs ## Books * Domain Driven Desig Quickly: https://www.infoq.com/minibooks/domain-driven-design-quickly * Domain Driven Design Distilled: https://www.amazon.com/Domain-Driven-Design-Distilled-Vaughn-Vernon/dp/0134434420 ## In Depth/Specific Topics ### Articles * Choosing Aggregate Boundaries: http://geekswithblogs.net/Optikal/archive/2013/04/07/152643.aspx ### Videos * Greg Young's Class (paid): http://subscriptions.viddler.com/GregYoung/n2mwfa?token=krfxpqm9nt ### Books * Domain Driven Design: https://www.amazon.com/Domain-Driven-Design-Tackling-Complexity-Software/dp/0321125215 # Code Examples -
thewoolleyman revised this gist
Dec 11, 2017 . 1 changed file with 22 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,22 +1,38 @@ # Event Sourcing and CQRS Links # Docs/Presentations ## Quick Overviews ### Articles * https://martinfowler.com/eaaDev/EventSourcing.html * https://martinfowler.com/bliki/CQRS.html ### Videos * ## Books ## Specific Topics * Choosing Aggregate Boundaries: http://geekswithblogs.net/Optikal/archive/2013/04/07/152643.aspx # Code Examples More examples welcome, please fork and submit new ones! ## JS/Node * Matt CE's: https://github.com/mceldeen/ref_arch_02 ## Ruby/Rails * Chad W's: https://github.com/thewoolleyman/elm-rails-actioncable-example ## Elixir/Phoenix * https://10consulting.com/2017/01/04/building-a-cqrs-web-application-in-elixir-using-phoenix/ * https://10consulting.com/2017/03/23/building-cqrs-web-applications-in-elixir/ -
thewoolleyman created this gist
Dec 11, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ # Event Sourcing and CQRS Links ## Docs/Presentations * TODO: Add some... ## Code Examples More examples welcome, please fork and submit new ones! ### JS * Matt CE's: https://github.com/mceldeen/ref_arch_02 ### Rails * Chad W's: https://github.com/thewoolleyman/elm-rails-actioncable-example ### Elixir * https://10consulting.com/2017/01/04/building-a-cqrs-web-application-in-elixir-using-phoenix/ * https://10consulting.com/2017/03/23/building-cqrs-web-applications-in-elixir/ * https://github.com/commanded/commanded * https://github.com/slashdotdash/eventsourced