hallgren / eventsourcing

Event Sourcing in Go
Mozilla Public License 2.0
188 stars 20 forks source link

Event iterator #78

Closed hallgren closed 2 years ago

hallgren commented 2 years ago

Make evenstore´s return an event iterator instead of a slice of events. To make the event fetching more stream based and reduce memory pressure.