rails_event_store
Event Store
A Ruby implementation of an Event Store based on Active Record
A Ruby implementation of an Event Store based on Active Record
1k stars
37 watching
121 forks
Language: Ruby
last commit: 6 days ago
Linked from 2 awesome lists
aggregate-rootcqrscqrs-esddddomain-driven-designevent-drivenevent-driven-architectureevent-sourcingrailsruby
Related projects:
Repository | Description | Stars |
---|---|---|
rom-rb/rom-event_store | Supports integration of Event Store with Ruby Object Mapper | 10 |
yousty/event_store_client | A Ruby gem that provides an easy-to-use API client for connecting to EventStoreDB | 38 |
prooph/event-store | Common classes and interface for implementing event stores in software systems | 548 |
slack-ruby/slack-ruby-bot-server-events | A Ruby library that enables event-driven interactions with Slack APIs | 71 |
eventstore/eventstore-client-nodejs | A NodeJS client for connecting to the EventStoreDB event-native database | 162 |
commanded/eventstore | An Elixir-based event store implementation using PostgreSQL as the underlying storage engine | 1,059 |
eventstore/eventstoredb-client-rust | A Rust client library that provides a gRPC interface to the EventStoreDB event-native database | 50 |
message-db/message-db | A microservice-based event store and message queue built on top of PostgreSQL. | 1,623 |
slack-ruby/slack-ruby-bot-server-events-sample | A sample Ruby app demonstrating event handling and slash command response in Slack | 26 |
westonganger/active_snapshot | A library that provides simplified snapshots and restoration for ActiveRecord models and associations with transparent white-box implementation. | 126 |
ddd-by-examples/event-source-cqrs-sample | A sample event-sourced application demonstrating Command Query Responsibility Segregation (CQRS) and Domain-Driven Design (DDD) | 468 |
eventstore/eventstore-client-dotnet | A .NET client SDK for interacting with an event-native database using gRPC protocol | 147 |
orslumen/record-cache | A gem that stores Active Model records in a cache store for faster lookups and automatic invalidation. | 145 |
andreschaffer/event-sourcing-cqrs-examples | An implementation of Event Sourcing and CQRS in a minimalist banking system using Java | 564 |
rails-engine/action-store | Provides a way to store and manage actions across different models using polymorphic associations in Active Record. | 407 |