Roman Provazník

Results 88 comments of Roman Provazník

Yes, it would have to happen just between writing to event store & projection database, but it can theoretically happen and you would have to do replay of missing events...

Well, the pricing of Cosmos DB scales differently. If you need to start "low" (imagine weekend project) with few events stored, few aggregates, you still need to have 400 RU/s...

> reading all events directly from Cosmos DB would incur a lot of RUs/costs That is the funny part. If your Cosmos DB collection has 400 RUs, you just pay...

Great idea! I already tried something on DevOps pipelines, but the problem with CI is it's connected to Cosmos DB, Table Storage, Postgres, ... and there would have to be...

Hi, I'll ping @kunjee17 as he is more aware of how Marten works.

Hi @Metal10k, thanks for looking at this! I'll start with the Stream metadata/summary: They are stored in the same partition as rest of the Stream data because it is used...

Hi again and happy new year! I just added new function `GetStream` to get single metadata by StreamId which uses PK-RK combination so should be the fastest way. About storing...

Hi @ninjarobot, sure, that would be great!

Yeah... I think we can do it in a same way as it is now in https://github.com/Dzoukr/Feliz.Bulma repo where there is folder for `docs` (using GH pages). Maybe using Fable?