-
I notice there are supported databases
mysql-es
pgsql-es
dynamo-es
but no libsql-es
is there you can support this or i would probably create one :)
-
__Events__ table exists with all changes, but real working example of syncing data has not be implemented.
It should be implemented in plang
It needs to have some centralized storage (Google drive…
ingig updated
2 months ago
-
# Overview
Based on user needs and experience of highly qualified partners, we want to refactor our database schema. We want to add the following:
- Embrace the database as a graph, and move `Da…
-
Currently we do not support batch loading of flows & tasks, and load them in sequential loops like below:
```
// TODO: implement batch loading
for flow_id in relevant_flow…
-
https://www.youtube.com/watch?v=9x8mPBcOAwA&list=PLO_-uj8x5ykS8-M0HYKVjBbrgyMcuq_zN
-
include goals
- experiment with Event Sourcing
- experiment with machine learning - teach it to play a game against me
- refresh my LiveView skills
- Integrate the Tantor library i wrote for my vo…
-
When I run dotnet run on the event-sourcing sample, the URI returns http://:7086 and no data is generated.
Are there any omissions or errors in the procedures?
[Execution result]
C:\Temp\cosmos-d…
-
-
To introduce tracibility we introduce event logs which can be used for event sourcing. The Nuts Event Octopus will provide the generic infrastructure. Specific engines will provide the data types used…
-
What do you think about adding concurrency error.
For context the event sourcing event has a version. But is not used to do optimistic locking.
Currently event store is just inserting pending even…