-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adaptor for EventStore #121
Comments
Not that I know off. I'm not using EventStore myself, but I would welcome a contribution. |
I'm willing to give it a try. Also looking into this at the moment and using EventStore. Is there a guideline on how to do this? (I would advise to go for Dapper to store projections in SQL though) |
This would require two new repos, e.g. one called |
@dennisdoomen I'm not sure if the Dapper approach requires a package. I would just argue that you should not use EF (Core) period. For |
This project is awesome however we are not using NEventStore but are using EventStore https://eventstore.org/ with EF Core for projection storage.
Is it possible to create a LiquidProjection Adaptor for EventStore and EF Core? Can this adaptor support streams?
If so and aside from the NEventStore example, has anyone already created an adaptor for either EventStore and/or EF Core persistence? Is there any guidance on how to go about these tasks?
The text was updated successfully, but these errors were encountered: