-
On the [Internal and external communication](https://www.lagomframework.com/documentation/1.3.x/scala/InternalAndExternalCommunication.html) page of the docs it says "Lagom encourages event streaming"…
-
This library seems like an almost complete solution for implementing event sourcing. However, there are several improvements that may be beneficial to discuss and potentially integrate into the domain…
-
I wasn't taking part in design of Argus, and is quite late. But I have an idea of improvement and I cannot resist sharing it: lets progress Argus architecture to Event Sourcing. I think is not that ha…
-
**Description**
---
A clear and concise description of the Feature
**Acceptance Criteria**
---
- [ ] Add and describe Acceptance Criteria
- [ ] Add and describe Acceptance Criteria
**Additional con…
-
### Description
As a developer, I want to build a service for abstracting the recording and querying of the event source log, so that other services don't have to duplicate efforts.
### Acceptan…
-
### Problem
Frequently there is no `ChanInfo` event.
Not sure if it's a doc/code/spec/cockpit issue.
In develop.txt there's (twice)
```
- Call |nvim_set_client_info()| after connecting, so users and…
-
https://netflixtechblog.com/tagged/event-sourcing
-
https://occurrent.org/documentation#command-composition
-
https://thehardcoded.blog/event-sourcing-as-a-ddd-pattern
-
Event-Sourcing is an architecture to synchronize distributed systems based on past actions.
The Vuex store is already internally event-sourced since the state is built by folding over all commits. If…