Ruben Bartelink
Ruben Bartelink
>and what I need very much - missing atomic updates ... what about the batch APIs ? can stored procs to the job (in general you should be able to...
@deyanp I'd be surprised if the Cosmos MongoDB interface offers any increment on native functionality. I agree the bulk facility is covering a very different use case Not sure if...
Yes - using Kafka is definitely not a panacea and having consistent programming models between `Equinox.Cosmos` and `Equinox.EventStore` ia part of the idea; such stuff logically fits in an `Equinox.EventStore.Projection`...
There's super-early WIP wrt this in https://github.com/jet/dotnet-templates/pull/11
Quick update: while there is work in train to provide wiring for projecting from EventStore, I should point out (esp upon re-reading the OP) that there are no current plans...
have sliced and diced some PRs - https://github.com/jet/dotnet-templates/pull/16 shows the current WIP I alluded to above
https://github.com/jet/dotnet-templates/pull/16 has had a lot of progress - it's about to sprout a way to store progress / offsets in Cosmos. Some of the progress writing will likely then be...
Looking like we'll build this - idea is to provide a dotnet-templates template which consumes from $all, and maintains offset in an Equinox.Cosmos instance using the Checkpoint aggregate in Propulsion.Cosmos,...
It's looking like my work needs mean I'll be writing up a proper end to end set of docs for Propulsion that explain how its pipeline fits together soon (_I...
related: [this (incomplete) PR](https://github.com/jet/dotnet-templates/pull/81) provides for projecting from ESDB $all, storing checkpoints in ESDB