-
Updated
Nov 2, 2020 - C#
event-sourcing
Here are 976 public repositories matching this topic...
-
Updated
Dec 7, 2020 - C#
-
Updated
Dec 13, 2020 - C#
-
Updated
Dec 13, 2020 - Go
Currently, you are not able to use middleware per handler in "clean way" (you can still manually wrap the handler function, or have separated router).
It would be nice to be able to add middleware per handler.
As a good reference point, you can use chi router: https://github.com/go-chi/chi
-
Updated
Dec 11, 2020 - Java
-
Updated
Dec 10, 2020 - Java
-
Updated
Dec 11, 2020 - C#
-
Updated
Dec 12, 2020 - JavaScript
-
Updated
Nov 11, 2020 - Shell
-
Updated
Dec 9, 2020 - Elixir
-
Updated
Mar 21, 2020 - Rust
- the code never changes there
- costs integration work (testing with several rails versions)
- it doesn't make sense outside of rails (usage of rails generator)
-
Updated
Dec 11, 2020 - Go
-
Updated
Dec 13, 2020 - TypeScript
-
Updated
Dec 11, 2020 - TypeScript
I would like to review the docs and explain also de concepts behind some decisions.
Things needed to explain:
- DDD objectives and reasons why.
- Core concepts like
- bounded context
- anti corruption layer
- domain
- value objects VS entities
- aggregates
- aggregate root
- layered architecture and each one responsibility
- reasons for the command and query bus
- the even
-
Updated
Nov 13, 2020 - Python
-
Updated
Dec 3, 2020 - Rust
-
Updated
Dec 9, 2020 - Elixir
-
Updated
Dec 11, 2020 - C#
-
Updated
May 19, 2017 - Java
-
Updated
Dec 13, 2018 - Java
-
Updated
Dec 6, 2020 - C#
-
Updated
Nov 8, 2020 - C#
-
Updated
Dec 8, 2020 - Elixir
-
Updated
Dec 8, 2020 - PHP
-
Updated
Sep 4, 2020 - JavaScript
Improve this page
Add a description, image, and links to the event-sourcing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the event-sourcing topic, visit your repo's landing page and select "manage topics."
I previously opend a feature request for a modifiable state within a selector (#1679), because i have a problem with the recalculation / slicing / preprocessing of the state, every time >100mb. Now i have read that you plan that the state is only recalculated if the output changes for v4 (not the parameters, https://www.ngxs.io/concepts/select#joining-selectors )[would also exactly solve my recalc