torch
A rapid admin generator for Elixir & Phoenix (by mojotech)
commanded
Use Commanded to build Elixir CQRS/ES applications (by commanded)
Our great sponsors
torch | commanded | |
---|---|---|
1 | 3 | |
842 | 1,545 | |
1.2% | 1.0% | |
8.8 | 7.0 | |
5 days ago | 16 days ago | |
Elixir | Elixir | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
torch
Posts with mentions or reviews of torch.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-22.
-
We Got to LiveView
There are good libraries around authentication and authorization. There was at one point an analogue to ActiveAdmin, but it looks to be a dead project now. I generally discourage the use of those kinds of interfaces but if you must, this is more current: https://github.com/mojotech/torch
commanded
Posts with mentions or reviews of commanded.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-01.
-
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?
When comparing torch and commanded you can also consider the following projects:
ex_admin - ExAdmin is an auto administration package for Elixir and the Phoenix Framework
surface - A server-side rendering component library for Phoenix
react_phoenix - Make rendering React.js components in Phoenix easy
scrivener - Pagination for the Elixir ecosystem
phoenix_slime - Phoenix Template Engine for Slime
phoenix_live_reload - Provides live-reload functionality for Phoenix
plug - Compose web applications with functions
scrivener_html - HTML view helpers for Scrivener
sentinel - DEPRECATED - Phoenix Authentication library that wraps Guardian for extra functionality
cors_plug - An Elixir Plug to add CORS.