evendotnet / Even

An event sourcing framework on top of Akka.NET
134 stars 29 forks source link

Support for non-sql event stores. #23

Open cduhard opened 8 years ago

cduhard commented 8 years ago

Support for https://geteventstore.com/.

Stephanvs commented 8 years ago

Yeah I agree, support for event store would be awesome..

nvivo commented 8 years ago

This has been in the plan since the start, but is not on my queue yet. If anyone wants to try creating a provider, I'd accept a PR.

I'm not sure how to create projections manually in eventstore, but I would guess you can somehow create those streams manually by persisting links instead of events. Any ideas?