Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-elixir-cqrs
A curated list of awesome Elixir and Command Query Responsibility Segregation (CQRS) resources.
https://github.com/slashdotdash/awesome-elixir-cqrs
Last synced: about 13 hours ago
JSON representation
-
Presentations
-
2014
- CQRS with Erlang - Dive into CQRS, and explore a sample implementation written in Erlang. [ [slides](https://github.com/bryanhunter/cqrs-with-erlang/raw/ndc-oslo/cqrs-with-erlang.pptx) | [source code](https://github.com/bryanhunter/cqrs-with-erlang/tree/ndc-oslo) ]
-
2016
-
2017
- Building CQRS/ES web applications in Elixir using Phoenix
- Perhap: Applying Domain Driven Design and Reactive Architectures to Functional Programming
- Winter is coming - Building maintainable applications by applying domain-driven design in Elixir using umbrella apps and its actor model. [ [slides](https://speakerdeck.com/zamith/winter-is-coming) | [video](https://www.youtube.com/watch?v=vXTrLYAzOd0) ]
-
2018
- Building beautiful systems with Phoenix contexts - Learn about Phoenix contexts from their origins in domain-driven design and how they help you to organise an Elixir application by providing rules around communication, boundary enforcement and testing. [ [slides](https://speakerdeck.com/andrewhao/building-beautiful-systems-with-phoenix-contexts-and-ddd) ]
- CQRS and Event Sourcing - A look into what Event Sourcing and Command Query Responsibility Segregation are and how they fit together, followed by a tutorial on how to implement an application using these concepts with Commanded (a framework for Elixir).
- Event-driven architectures in Elixir - Learn how you can improve your architecture and reduce coupling by using events. [ [slides](http://s3.amazonaws.com/erlang-conferences-production/media/files/000/000/875/original/Maciej_Kaszubowski_-_Event-driven_architectures_in_Elixir.pdf) ]
- Event Sourcing in Elixir - In this talk, Pedro quickly introduces Event Sourcing and CQRS, but the main part is about [FootBroker](https://footbroker.tk), an online soccer fantasy game that it is running in production in a beta stage, and has its main pieces using Event Sourcing and CQRS patterns.
- Event Sourcing in Real World Applications Challenges, Successes and Lessons Learned - Building a real time auction application for supplying fuel to ships using event sourcing.
-
2019
- An event-driven approach to building Elixir applications - We experience the real world by reacting to events that have occurred, what if we modelled our Elixir applications in the same way? [ [slides](https://10consulting.com/2019/07/18/event-driven-elixir-applications/) ]
- Building Event Sourced Apps - Instead of defining a global data model that fits all of your use cases think about the things your system does. Record the events that occur and then build multiple data models that fit your individual use cases.
- CQRS/ES & Elixir - An introduction to the CQRS/ES architecture pattern and how to implement it in your application in Elixir with the Commanded framework.
- Event sourcing in practice - Using Elixir to build event-driven applications - Practical example of event sourcing in Elixir.
- gen_persistence: persist the state of your processes - This talk describes the usage of `gen_persistence` and how to create custom plugins to store events and snapshots. [ [slides](https://codesync.global/uploads/media/activity_slides/0001/02/66d3ad28168e01c69a8887fe5fc21364396d28bc.pdf) ]
- Elixir + CQRS - Architecting for Availability, Operability, and Maintainability At PagerDuty - This talk looks at the service that powers PagerDuty’s timeline entries, a critical component for understanding what happens during an incident and covers how the service is architected for Command Query Responsibility Segregation and the benefits of those choices.
-
2020
- Event Sourcing with Elixir - Introduction to event sourcing with examples using EventStore. [ [slides](https://raw.githubusercontent.com/PJUllrich/event-sourcing-with-elixir/master/slides.pdf) | [source](https://github.com/PJUllrich/event-sourcing-with-elixir) ]
-
2021
- Eventsourcing and CQRS in Elixir
- Modelling complex business domains with events - Discover how we can use domain events (simple facts relevant to a business) to model business processes. Using tools such as Event Storming we can design our applications around these events. [ [slides](https://10consulting.com/presentations/alchemy-conf-2021/) ]
- [slides
-
-
Libraries
- Chronik - A lightweight event sourcing micro framework for Elixir.
- EventStore - An Elixir event store using PostgreSQL for persistence.
- Extreme - Elixir adapter for Greg Young's [Event Store](https://geteventstore.com/).
- Fable - An Elixir event sourcing library.
- Helios.Aggregate - Elixir library defining Aggregate behaviour and providing extendable facility for aggregate command pipeline.
- Incident - Event Sourcing and CQRS in Elixir abstractions.
- Commanded - Use Commanded to build your own Elixir applications following the CQRS/ES pattern. Provides support for command registration and dispatch, hosting and delegation to aggregate roots, event handling, and long running process managers.
- Commanded audit middleware - Command auditing middleware for Commanded CQRS/ES applications using Ecto for persistence.
- Commanded Ecto projections - Read model projections for Commanded using Ecto.
- Commanded scheduler - Schedule one-off and recurring commands for Commanded CQRS/ES applications .
- Commanded Swarm registry - Distributed process registry using Swarm for Commanded.
- Disco - Simple, opinionated yet flexible library to build CQRS/ES driven systems.
- Eidetic - An event sourcing library for Elixir.
- ES - Event Sourcing for Ecto and Postgresl/Dynamodb events storage.
- EventBus - Traceable, extendable and minimalist event bus implementation for Elixir with built-in event store and event watcher based on ETS.
- Eventlog - A simple event log backed by dynamodb and dynamodb streams.
- Maestro - An Elixir event store + CQRS library.
- Pachyderm - A virtual/immortal/durable/resilient/global actor "always exists" and "never fails".
- Perhap - Purely functional event store and service framework inspired by domain driven design and reactive architectures.
- Seven Otters - A CQRS/ES Starter Kit for the BEAM.
- TeaVent - TeaVent allows you to perform event-dispatching in a style that is a mixture of Event Sourcing and The "Elm Architecture" (TEA).
-
Community resources
- Awesome Domain-Driven Design - A (non language specific) curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources.
- DDD/CQRS/ES Discord - A Discord server for those who want to chat about domain-driven design, CQRS, event sourcing, and sometimes random things. Main channel is language and framework agnostic. [Join ddd-cqrs-es Discord server](https://discord.gg/sEZGSHNNbH)
- Elixir lang Slack - This offical Elixir language Slack team includes an [#eventsourcing](https://elixir-lang.slack.com/messages/C2REECQ1Z/) channel for CQRS/ES and Elixir discussion. [Join **Elixir** on Slack](https://elixir-slackin.herokuapp.com/) to get an invite.
-
Books
- Building Conduit - Applying CQRS/ES to an Elixir and Phoenix web app.
- Real-World Event Sourcing - Distribute, Evolve, and Scale Your Elixir Applications
-
Articles
-
- A Functional Foundation for CQRS/ES - A CQRS architecture can be seen as a set of referentially transparent functions that model decisions and interpretation.
- Building a CQRS/ES web application in Elixir using Phoenix - Case study describing how a web application was built using CQRS/ES.
- DDD within Elixir/Phoenix project: Umbrella apps & Service Object
- Elixir: Domain driven design with Actor Model
- Event Sourcing in React, Redux & Elixir - How we write fast, scalable, real-time apps at Rapport.
- My First Event Sourced Application - Building an event sourced application using [Commanded](https://github.com/commanded/commanded).
- CQRS with Elixir and Phoenix - François Cloutier - Implementing the CQRS pattern in Elixir.
- Event Sourcing in Elixir - Explore how we can use some of Elixir’s more interesting features to implement event sourcing.
-
2019
- My Journey into CQRS and Event Sourcing - Learning these patterns by building a patient consent example application in Elixir.
- Creating a single-node Elixir/Phoenix web app with Commanded & Postgres - A blog post series to walk the reader through installing and configuring Commanded for use in a single-node Phoenix web app backed by Postgres.
- Event Sourcing With Elixir - A multi-part blog series on event sourcing with Elixir using Commanded.
-
2021
- Building an event-sourced game with Phoenix Liveview - A series on building an event-sourced game in Elixir with Phoenix Liveview.
- Getting started with Elixir and EventStoreDB with the Spear gRPC client
- Tackling software complexity with the CELP stack
-
2022
- Adding soft delete to a Phoenix Commanded (CQRS) API
- Supercharging our event-sourcing capabilities with Phoenix LiveView - Building visual tools to tame event sourcing architecture complexity.
- Using CQRS in a simple Phoenix API with Commanded
-
-
2021
-
2021
- Thinking Elixir #075 RabbitMQ and Commanded at Simplebet with Dave Lucia - Talk about Simplebet's use of RabbitMQ and Commanded for solving unique real-time problems. We learn how Simplebet uses Elixir when creating real-time sports betting markets. We also learn what CQRS systems are, how the Commanded library supports that in Elixir, and how Commanded pairs well with RabbitMQ.
-
-
Research papers
-
Screencasts
Programming Languages
Categories
Keywords
cqrs
7
elixir
6
cqrs-es
5
event-sourcing
5
commanded
4
eventstore
4
cqrs-framework
3
ecto
2
awesome
1
awesome-list
1
list
1
database
1
postgresql
1
elixir-lang
1
erlang
1
stream
1
tcp-client
1
command-auditing-middleware
1
event-handler
1
read-model
1
command-scheduler
1
recurring-commands
1
swarm
1
eventbus
1
instrumentation
1
message-bus
1
actors
1
entities
1
virtual-actors
1