Thanks for the great work so far: loving the clean and clear API!
I'm trying to find out the bouds of this library: to know, if I choose this as basis, what I'll have to implement myself outside of this lib.
Right now, there is only a InMemoryStore implementation for events; which is great for a PoC and maybe some use-cases, but I need persistent storage. Anything would do for now: from JsonFilesStorage to PostgresStorage to GetEventSourcedStorage.
Is this planned? Or is this deliberately left out of the library and left for the implementer?
Thanks for the great work so far: loving the clean and clear API!
I'm trying to find out the bouds of this library: to know, if I choose this as basis, what I'll have to implement myself outside of this lib.
Right now, there is only a
InMemoryStoreimplementation for events; which is great for a PoC and maybe some use-cases, but I need persistent storage. Anything would do for now: from JsonFilesStorage to PostgresStorage to GetEventSourcedStorage.Is this planned? Or is this deliberately left out of the library and left for the implementer?