-
Is there value in supporting ReactiveDomainEventPublisher.Builder() that supports publishing multiple messages for different aggregates and doing a batch insert into the database (supported by Databas…
-
In the new slice details/status page the ION and AL2S aggregates do not show expiration. This is because AL2S aggregates have only links (which don't have expirations) and the only expiration info is …
-
If we have a dataframe with points in it that each have a category assigned in some other column, we can generate a single image from it where each pixel's color is an average of the category colors, …
-
A single cqrs framework should be able to manage more than one aggregate.
Related with #90
-
When creating a continuous aggregate it is possible to add a refresh policy to it to make sure that a particular range is updated, for example:
```
CREATE TABLE conditions(
time TIMESTAMPTZ N…
-
FlowGroups provide a mechanism for grouping operations. We have proposals for job aggregation, and we also use the term bundle for groups of cluster jobs. We will also need to formalize a concept of a…
vyasr updated
4 years ago
-
I'm not sure if this is just a limitation of this package, but when calling `searchable()` or `unsearchable()` directly on a Model, any aggregators that the Model is part of do not get updated.
Not…
-
Persist the data represented by the domain layer into MartenDB.
This will require to migrate the DDD aggregates to an event sourced model.
We may need an application layer.
The persistence logic sh…
-
To properly isolate each union, they need their own subquery that performs the grouping:
```sql
SELECT
*,
a.c2
FROM testing
LEFT JOIN (
SELECT
__parent__,
JSON_GROUP_ARRAY(DISTINCT…
-
As a beginner with CQRS and axon-framework i ran into a pitfall.
I ponder how the reference guide could help others in my situation to avoid this one.
In fact i attempted to use an Aggregate inste…