A library for publishing, consuming, storing and retrieving events. It's your best companion for going with an event-driven architecture for your Rails app.

Joined September 2018
11 Photos and videos
Pinned Tweet
🐎 If you're into free performance improvements you'll love our latest release: github.com/RailsEventStore/r… In short — there's less SQL queries when reading a batch of events. And also one batch less needed to read a stream. High five to @pjurewicz93 for delivering this!
2
5
1,276
Rails Event Store retweeted
12 Mar 2024
In this video we did an introduction to EventSourcing and explained how it differs from snapshot approach. Also, we talked about temporal tables vs EventSourcing approach and why one could be better than the other. We'll appreciate feedback! #eventsourcing @RailsEventStore
👋 Hey there! @lreszke and I were chatting about reviving the #Arkency YouTube channel, and voilà – our first episode is out! We wanted to start with a simple-to-understand guide to Event Sourcing, so here it is: youtu.be/lbJhvc2fIFQ #eventsourcing #softwaredevelopment
4
2
648
Check out @lreszke's latest post for a guide on what to do when you need to change your event stream, including how to perform upcasting
12 Feb 2024
Realized your model needs simplification but unsure how to handle events in its stream? Upcasting might just be the answer you're looking for! 🔄💡 blog.arkency.com/upcasting-e… #RailsEventStore #EventSourcing #DomainDrivenDesign @RailsEventStore
1
176
Would you like to share your RES story on @wrocloverb?
12-14 April 2024 CFP for @wrocloverb is open! Tell your Ruby friends who have senior-dev-level talk idea. wrocloverb.com
4
238
👇
Did you know @RailsEventStore worked on #sqlite from day one and still does 8 years later?
166
🚀 #RailsEvenStore v2.12.1 has been just released with a fix in foreign key migration generators which were introduced in v2.12.0
5
159
🚀 #RailsEvenStore v2.12.0 has been released! 🆕 Support for PostGIS & Trilogy adapters 🆕 ActiveJob::ConfiguredJob & Sidekiq::Job::Setter are valid event handlers 🐛 Fixed #Rspec publish matcher in combination with in_streams And more: github.com/RailsEventStore/r…
9
12
1,091
#RubyOnRails 7.1 will bring new database adapter for #MySQL called Trilogy. And guess what? #RailsEvenStore's trunk already supports and it will be included in the next release! Learn more on how we improved code to add new adapter support with ease👇
Discover how the underutilized Value Object pattern can transform your codebase💡 Simplified, cleaner code 🧹 Easier, more focused testing 🎯 Hassle–free feature additions 🪄 🔗 Learn more: blog.arkency.com/the-most-un… #Ruby #ValueObject #CleanCode
3
9
865
Pssst, hey, kid, wanna new #RailsEventStore? 2.11.0 is out! – PreserveTypes transformation is reliable when stored data shape is different than its original – You can use OpenStruct for data and metadata OOTB if you're running JSONClient – Details: github.com/RailsEventStore/r…
1
532
Rails Event Store retweeted
Serializing data with JSON can lead to loss of information about original data types. Unless they are: string, number, boolean, null or structured types like object or array. Why this was a challenge in #RailsEventStore and how we’ve faced it: blog.arkency.com/first-class…
3
5
867
Rails Event Store retweeted
30 Jan 2023
If you're using RES with Postgres (or planning to) this is a must-read. In RES 2.9.0 we simplified the configuration of RES. We also brought JSONClient to life 👇 blog.arkency.com/first-class…
1
1
1
211
Rails Event Store retweeted
27 Jan 2023
If you're using EventSourcing, you already have the events in house. EventSourcing is advertised with the ability to replay events. Rightly so. One might ask, how to do that using @RailsEventStore? Rushing to explain!
1
1
1
95
Nobody expected #RailsEventStore 2.9.0! Setup can be hard for newcomers, we decided to make it easier than ever by: – giving railseventstore.org/new magic skills – tailoring RailsEventStore::JSONClient for PgSQL with json(b) – refereshing install docs railseventstore.org/docs/v2/…

1
7
8
2,968
Want to install and configure #RailsEventStore in your existing #Rails application? We got you covered: asciinema.org/a/554180
1
2
2
276
Both videos are available in Quick Setup section of the refreshed docs: railseventstore.org/docs/v2/…

1
81
🎉 #RailsEventStore 2.8.0 is here! * BC generator provides test requires for minitest * Reading events of a stream, without filtering, is now quicker * Fixed ordering of bi-temporal events by valid_at timestamp * Possibility to declare stored type for PreserveTypes transformation
2
2
6
932