Event Store with Rails

This page summarizes the projects mentioned and recommended in the original post on /r/rails

Judoscale - Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Rails, Sidekiq, Solid Queue, and more to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up job queues.
judoscale.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. Rails Event Store

    A Ruby implementation of an Event Store based on Active Record

    Does anyone implemented or used a gem such as https://railseventstore.org to support Event Store in their Rails app?

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Rails, Sidekiq, Solid Queue, and more to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up job queues.

    Judoscale logo
  3. Sequent

    CQRS & event sourcing framework for Ruby

    Co-author of the Sequent gem (https://www.sequent.io) here. Can confirm that it’s a great gem to build event sourced applications with (as long as you’re using PostgreSQL). It’s very battle tested as it has been extracted from/used in a web based accounting system that currently holds about 1 billion events in the event store.

  4. wisper

    A micro library providing Ruby objects with Publish-Subscribe capabilities

    I haven't used it, but we're also considering it in our app for quite some time. Our main issue is mostly that our codebase is super coupled, especially some older code, and using events as a means of communication between different modules of the app can be nice way of decoupling things. I think this is the most common usecase, and for this you don't necessarily even need to persist the events, and also something like wisper might be useful https://github.com/krisleech/wisper.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Publish/Subscribe with Sidekiq

    2 projects | dev.to | 21 Feb 2024
  • Rails Google Cloud PubSub options

    4 projects | /r/rubyonrails | 7 Nov 2022
  • Accessing point in time data when data changes over time

    3 projects | /r/rails | 12 Aug 2022
  • How to avoid if/else with different ramifications

    3 projects | /r/rails | 21 Jul 2022
  • Introducing Ephem

    2 projects | dev.to | 13 Jan 2025

Did you know that Ruby is
the 12th most popular programming language
based on number of references?