serverlesstechnology / cqrs

A lightweight, opinionated CQRS and event sourcing framework.
Other
346 stars 36 forks source link

Implement Nats Jetstream based store #92

Closed andrewwebber closed 3 weeks ago

andrewwebber commented 3 months ago

I was wondering if anyone would be interesting in exploring a Nats Jetstream based persistence layer.

I have put together an implementation here which I am currently experimenting on in production.

Persist trait implementations for Nats- https://github.com/andrewwebber/nats-es

davegarred commented 3 weeks ago

We have no plans for supporting NATS in these libraries, but if you build out a well-tested, full implementation please let us know so we can link to it.