maestro
maestro copied to clipboard
an event store + cqrs
Hello there, the concept of this library is very interesting but is the lib still maintained?
This makes the HLClock a part of the Maestro application. I'm going to make a beginner friendly issue for making it parameterized via some Maestro rather than using the existing...
This issue is to discuss event log growth currently being unbounded. In order prevent OOM errors, the event log must be rolled up with some regularity. etcd's approach to this...
It would be nice to devise a strategy for letting aggregates control their `GenServer` opts. An example that I encounter is having aggregates that _could_ go away due to lack...
Suppose multiple aggregates are coexisting w/in a large application, it would make sense to refactor how the store is configured/used to allow for sharding of the events into separate stores.
Since we use `Ecto` for our [`Postgres`](https://github.com/toniqsystems/maestro/blob/master/lib/maestro/store/postgres.ex) backend, it would be a reasonable goal to extend our support to those as well. While the particular implementation doesn't leverage any specifics...