Rails Event Store (@railseventstore) 's Twitter Profile
Rails Event Store

@railseventstore

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.

ID: 1046144165497720832

linkhttp://railseventstore.org calendar_today29-09-2018 21:06:20

139 Tweet

270 Followers

224 Following

Lukasz Reszke (@lreszke) 's Twitter Profile Photo

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 Rails Event Store? Rushing to explain!

Lukasz Reszke (@lreszke) 's Twitter Profile Photo

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-js…

Szymon Fiedler 🇵🇱 (@szymonfiedler) 's Twitter Profile Photo

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-js…

Rails Event Store (@railseventstore) 's Twitter Profile Photo

#RailsEventStore 2.10 is out! In the new version you'll find support for #mysql json columns for event data and metadata. Also, `JSONClient` has been fixed and now handles the mapper argument correctly. Read more at github.com/RailsEventStor…

Rails Event Store (@railseventstore) 's Twitter Profile Photo

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/RailsEventStor…

Rails Event Store (@railseventstore) 's Twitter Profile Photo

#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👇

Rails Event Store (@railseventstore) 's Twitter Profile Photo

🚀 #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/RailsEventStor…

Rails Event Store (@railseventstore) 's Twitter Profile Photo

🚀 #RailsEvenStore v2.12.1 has been just released with a fix in foreign key migration generators which were introduced in v2.12.0

Rails Event Store (@railseventstore) 's Twitter Profile Photo

We did a small v2.14.0 release a few days ago. You should definitely get it for Browser UX improvements: github.com/RailsEventStor…

Lukasz Reszke (@lreszke) 's Twitter Profile Photo

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 Rails Event Store