envato / event_sourcery

A library for building event sourced applications in Ruby
MIT License
84 stars 10 forks source link

Rename event_store to event_source in esp process #135

Closed jiexinhuang closed 7 years ago

jiexinhuang commented 7 years ago

event_source and event_sink are two abstractions we have around event_store. Event stream processor should use event_source to subscribe and read events, and use event_sink to emit new events. Let's replace event_store in EventProcessing namespace with event_source