henry-hz
Dears, I am sharing an Elixir Boilerplate to build Event based applications using CQRS and Eventsourcing, pls, feedback.
https://github.com/work-capital/elixir-cqrs-eventsourcing
NOTE: a free book about CQRS: CQRS Journey | Microsoft Learn
Trending in Announcing
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries.
offset-based pagination with...
New
I needed to reuse React components from my Chrome extension in my Phoenix/LiveView backend. I noticed that for Svelte/Vue, there are live...
New
I released Doggo, a collection of unstyled Phoenix components.
https://github.com/woylie/doggo
Features
Unstyled Phoenix components....
New
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hello
Published a new library - ProcessHub!
ProcessHub is a library designed to manage process distribution within the Elixir cluster. ...
New
I’ve started working on a new library to run SQL queries and do basic business intelligence.
Think “Blazer for Elixir.”
Currently it fe...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
This showed up on my feed.. anyone heard of it? Just hype?
Ox Alpha is a reasoning model designed for coding, sustained ag...
New
Hey folks,
I just published a post about Hologram’s funding and where the project goes next - the short version:
Curiosum as Main Spons...
New
:microphone: ElixirConf 2026 - Call for Talks is open!
We’re heading to Chicago :united_states:
:round_pushpin: In person + virtual
:d...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #elixirconf-eu
- #metaprogramming
- #hex










Showing Posts 1 to 5- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
Crowdhailer
Looks good. I started using event store for a project a while back but switched to couchdb because I wanted to build an app with multiple timelines where events where only causally ordered.
How did you find the book? I found it move on incredibly slowly with lots of repetition although what it does cover was good.
astery
@henry-hz, thank you for sharing, it’s valuable for me. I would like to advise to look at GitHub - commanded/commanded: Use Commanded to build Elixir CQRS/ES applications · GitHub from @slashdotdash if you haven’t seen it.
mkunikow
We have topic on DDD/CQRS/ES/NoSQL and functional programming - #15 by josevalim
PS
There is nice info for Apache Kafka
Event sourcing, CQRS, stream processing and Apache Kafka: What’s the connection?
Stream processing, Event sourcing, Reactive, CEP… and making sense of it all
henry-hz
@astery the commanded seems very good, thanks ! I will study it.
One question for all, how to use var!(x) inside bind_quoted,
http://stackoverflow.com/questions/39944734/elixir-varx-inside-bind-quoted
if some one could help me with that…
@mkunikow that is the best topic around, I hope to start posting there
henry-hz
I found the book when researching CQRS in github in many languages, even in C#… kkkk
https://github.com/MicrosoftArchive/cqrs-journey
The DDD(domain driven design) from Eric Evans is also like a mantra, but in fact, after some years of SQL and Json databases, they help to get out of the box and start to think how to model data from a “seed” that is a “sequence of events”. It’s like switching from visual arts to music.