Skip to content

Instantly share code, notes, and snippets.

@thewoolleyman
Last active December 11, 2017 17:34
Show Gist options
  • Select an option

  • Save thewoolleyman/153a327a0517a7993d969182dde269b5 to your computer and use it in GitHub Desktop.

Select an option

Save thewoolleyman/153a327a0517a7993d969182dde269b5 to your computer and use it in GitHub Desktop.

Revisions

  1. thewoolleyman revised this gist Dec 11, 2017. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions es-cqrs-links.md
    Original 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
  2. thewoolleyman revised this gist Dec 11, 2017. 1 changed file with 15 additions and 2 deletions.
    17 changes: 15 additions & 2 deletions es-cqrs-links.md
    Original 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

    ## Specific Topics
    * 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

  3. thewoolleyman revised this gist Dec 11, 2017. 1 changed file with 22 additions and 6 deletions.
    28 changes: 22 additions & 6 deletions es-cqrs-links.md
    Original file line number Diff line number Diff line change
    @@ -1,22 +1,38 @@
    # Event Sourcing and CQRS Links

    ## Docs/Presentations
    # Docs/Presentations

    * TODO: Add some...
    ## Quick Overviews

    ## Code Examples
    ### 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
    ## JS/Node

    * Matt CE's: https://github.com/mceldeen/ref_arch_02

    ### Rails
    ## Ruby/Rails

    * Chad W's: https://github.com/thewoolleyman/elm-rails-actioncable-example

    ### Elixir
    ## 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/
  4. thewoolleyman created this gist Dec 11, 2017.
    24 changes: 24 additions & 0 deletions es-cqrs-links.md
    Original 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