-
Hello,
Thank you for your library.
The issue concerns how node-eventstore transmits events to node-cqrs-eventdenormalizer.
I want to rebuild a viewmodel by extracting all the events from the st…
-
Inspired by this little [tweetstorm](https://twitter.com/dan_abramov/status/710642981016100864).
## Problem: Side Effects and Composition
We discussed effects in Redux for ages here but this is the f…
-
So far event logs were modeled as `Flow[E, Delivery[E], _]` and `EventSourcing` stages as `BidiFlow[REQ, E, Delivery[E], RES, _]` where `E` is the type of a domain event. This is not sufficient for re…
-
Just started playing around with elixir recently, not sure what this compile time error means. I am able to create and run phoenix apps using mix without any issues:
web mix phoenix.server
[info] Ru…
-
I keep coming back to NEventStore and I keep wondering if this is something I should use in a green-field project.
The lack of clear direction and a roadmap (at least from the outside looking in), …
-
Dear @izaakschroeder , amazing lib!
please, how should we use Effects to test Aggregate Roots data structures (that contains an apply function to change it's state) ?
see: https://github.com/slash…
-
Improvement of Greg's idiomatic CQRS/ES example with FSM. Also showcase how to deal with durable actor creation in a reliable and elegant way
-
I followed the "simplest thing possible" example for getting a write-side in place (with some modifications, of course), and I really like the direction my application is headed in. It was quick an e…
-
Hi @johnbywater! I hope this is an appropriate place to discuss features. :) If not, maybe create a Wiki page?
I am interested in your plans for these forthcoming features:
> - Base class for event …
-
_from https://ddd-cqrs-es.slack.com/archives/random/p1476894400005161_
``` C#
namespace RabbitMQ.Client
{
public class SslOption
{
public X509CertificateCollection Certs { get; set; }…