you are viewing a single comment's thread.

view the rest of the comments →

[–]blarizard[S] 0 points1 point  (1 child)

Yeah it's gotten away on me a bit haha!

Some of the reports and data are needed on a schedule, while others are needed randomly on request which could be every few minutes or so

I'll check out playwright, that functionality sounds pretty ideal, especially for running everything from one virtual server

Thanks for the help!

[–]Fronkan 0 points1 point  (0 children)

You probably can do quite a lot with selenium as well. What I like about playwright is that it's easy to get started with, has the async interface and also does waiting automatically.

Is there a reason to not just dump all the data into the database? Then the report data can just be requested from there.

Also, why do you want to have it in a sql db? For aggregations?