maestro icon indicating copy to clipboard operation
maestro copied to clipboard

an event store + cqrs

Results 6 maestro issues
Sort by recently updated
recently updated
newest added

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...

help wanted
good first issue

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.

help wanted

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...

help wanted