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
Hey everyone!
Req is an HTTP client for Elixir that I’ve been working on for quite some time. There is already a lot of HTTP clients out...
New
Samly can be used to enable SAML 2.0 Single Sign On in a Plug/Phoenix application.
This library uses Erlang esaml to provide
plug enabl...
New
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries.
offset-based pagination with...
New
The repo is at GitHub - cyberchitta/openai_ex: Community maintained Elixir library for OpenAI API · GitHub.
Docs are at OpenaiEx User Gu...
New
The Chelekom project is a library of Phoenix and LiveView components generated via Mix tasks to fit developer needs seamlessly.
One of i...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi all!
I want to present a small library which provides a mix task for generating an Entity-Relationship Diagram for Ecto schemas.
You...
New
Other Trending Topics
I am seeing a lot of aplications of Argumentum ad Vericundiam in software discussions. They do link some piece of writing and point us to...
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
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog
It says that Fly is going all-in on sprites, which is a worry ...
New
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using.
We’re particularly inte...
New
Today we’re releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, it’s a fully operati...
New
I was thinking since Goatmire Elixir turned out pretty good I should maybe do another one. 30th of Sep - 2nd of Oct this year./
The firs...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #ai
- #phoenix_html
- #elixirconf-us
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











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.