commanded VS PaperTrail

Compare commanded vs PaperTrail and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
commanded PaperTrail
4 18
1,787 6,697
1.1% 0.5%
7.9 5.9
2 months ago 3 months ago
Elixir Ruby
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.

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 2023-10-31.
  • Show HN: Light implementation of Event Sourcing using PostgreSQL as event store
    9 projects | news.ycombinator.com | 31 Oct 2023
    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
    3 projects | dev.to | 1 Jun 2022
    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
    7 projects | dev.to | 10 May 2022
    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
    6 projects | dev.to | 16 Jan 2022
    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.

PaperTrail

Posts with mentions or reviews of PaperTrail. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-09.

What are some alternatives?

When comparing commanded and PaperTrail you can also consider the following projects:

ex_admin - ExAdmin is an auto administration package for Elixir and the Phoenix Framework

Audited - Audited (formerly acts_as_audited) is an ORM extension that logs all changes to your Rails models.

graphql_parser - Elixir binding for libgraphqlparser

Paranoia - acts_as_paranoid for Rails 5, 6 and 7

plug - Compose web applications with functions

Logidze - Database changes log for Rails

plug_cloudflare - Parses CloudFlare's CF-Connecting-IP header into Plug.Conn's remote_ip field.

mongoid-history - Multi-user non-linear history tracking, auditing, undo, redo for mongoid.

phoenix_live_reload - Provides live-reload functionality for Phoenix

ActsAsParanoid - ActiveRecord plugin allowing you to hide and restore records without actually deleting them.

torch - A rapid admin generator for Elixir & Phoenix

Discard - 🃏🗑 Soft deletes for ActiveRecord done right