Raxx
commanded
Raxx | commanded | |
---|---|---|
- | 4 | |
402 | 1,882 | |
- | 1.3% | |
0.0 | 7.7 | |
about 4 years ago | 11 days ago | |
Elixir | Elixir | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Raxx
We haven't tracked posts mentioning Raxx yet.
Tracking mentions began in Dec 2020.
commanded
-
Show HN: Light implementation of Event Sourcing using PostgreSQL as event store
This reminds me of Commanded[0] for elixir which also uses Postgresql by default.
[0]https://github.com/commanded/commanded
-
Adding soft delete to a Phoenix Commanded (CQRS) API
So, I lied told a half-truth about aggregates. They are not hydrated in-memory for every command / event. In reality, aggregates are implemented with GenServer each caching their state and being managed under the commanded application's supervision tree (ultimately by a DynamicSupervisor called Commanded.Aggregates.Supervisor, to be specific).
-
Using CQRS in a simple Phoenix API with Commanded
The Commanded hex package is a fabulous CQRS library used by some real companies in production, but it doesn't have a great on-ramp.
-
Phoenix LiveView, but event-sourced
The context: I'm building a cryptocurrency exchange application. I don't have the business chops to run an actual exchange, so this is just for fun. The application is built in Elixir, using the Commanded framework for CQRS/ES goodness, and Phoenix LiveView because it's the hot new thing that I wanted to learn.
What are some alternatives?
plug - Compose web applications with functions
ex_admin - ExAdmin is an auto administration package for Elixir and the Phoenix Framework
react_phoenix - Make rendering React.js components in Phoenix easy
graphql_parser - Elixir binding for libgraphqlparser
ashes - A code generation tool for the Phoenix web framework
phoenix_live_reload - Provides live-reload functionality for Phoenix
surface - A server-side rendering component library for Phoenix
plug_cloudflare - Parses CloudFlare's CF-Connecting-IP header into Plug.Conn's remote_ip field.
rummage_phoenix - Full Phoenix Support for Rummage. It can be used for searching, sorting and paginating collections in phoenix.
phoenix_haml - Phoenix Template Engine for Haml