Full-stack Node/React/Typescript Developer, pianist, home owner/builder, polyphasic sleeper, CompSci Student, Husband and father. (not in any particular order)
@ericelliott_ can't watch the video for another hour or two, but would loved to watch and would loved to play with your pageSpace tool!! sounds amazing ty
@ericelliott_ morning Eric,
I hadn't got back to this project, I'll look tonight.
was looking at helping another business out with a draft of https://t.co/5rdBmQGnz7 def a draft.
also btw I'll attempt to DM you another question actually
@CloudflareDev mmm being that unique DO instance cost $0.002 each/day. I may need to process many events on the phisical_shard_DO itself without a per entity Aggregate DO.
means don't benefit from locale/regional distributed DOs for writes. doable via the virtual sharding layer but painful
just accord to me how easy I could make a CQRS + Event sourcing library using CF Infra only.
has anyone already made this typescript libary to help do this @CloudflareDev ?
@CloudflareDev after event commited to storage, the event can hit a CF que which worker fans it out to
* effects ( SMS,Email,etc)
* updating read projections
@CloudflareDev Aggregate DO ( automatically created in users region ) and forces ordering of commands/events into stream.
Storage via Virtual Shard Router (for rebalencing) into a physical Shard DO ( storage DO SQL )
events before last snapshot can be moved into R2 storage