I’m wondering if anyone is working on any open-source utilities for managing Event Store?
My current need is: I’d like to be able to delete multiple streams quickly according to criteria, like:
-
delete all streams (period.)
-
delete all streams from one category
-
delete all streams WHERE event 0 (WidgetCreated) .data.name == “Some name”
And then have the utility give me some return feedback about what streams were actually deleted, etc.
That’s my current need but I’m sure others will arise… Any utilities in the works? - otherwise we may start our own…