-
Ent and GRPC is awesomeness.
For reactive systems you need to listens for changes, and CDC ( Change Data Capture ) is one way that does not lead to side effects because the system is reacting t…
-
I know that DDD is good with a Task-Based UI, but I'm refactoring a legacy app, where I have an Anemic Domain Model (many setters without the business logic).
One of the first steps was to make it …
-
When marking objects as referents with `::findjsobjects -m` and then performing a search for references on a given referent with the `addr::findjsobjects -r` command form, mdb_v8 aborts due to [an ass…
-
I am thinking about getting the API more solid so that many more systems can use Ponzu.
Google have a project that can generate a ful openapi ( for test ) and grpc API. It's used for many projects …
ghost updated
5 years ago
-
https://docs.nestjs.com/recipes/cqrs
-
This would work very well with SurrealDB because
it has live queries
It needs a kv Store to make it scale out to many nodes.
Best to just google it and how it uses tikv currrently to scale ou…
-
Hello there,
I want to know about how error handling is planned for error returning from Project or ApplyEvent function?
Both of them neither rollback saved command nor reprocess after some time p…
-
Is there any way to access request handler controller instance? Since context provides access to request, response, state...
but not the controller itself.
-
One advantage of having an event sourced system is to be able to recreate the state at a certain point. It would be nice to have API-support in a PersistenceEntity for this.
An obvious example coul…
-