Friday 31 May 2019

Need help (software architecture)

Hello, I have basically no knowledge of queuing (and software dev. in real life) , and I need to implement in node the following use case :A backend server (Nodejs/Typescript) would send requests to one or several externals API, and process data. The request would be made every seconds, and would be processed in less than 2 seconds.A administration frontend would be able to monitor and control the requests sent to external API (destination, rate, processing options)Is queuing scheduled tasks with a lib. like bull a good option ? Am I going in the good direction or should I choose something more simple ? (I'm afraid of overdoing something there)

Submitted May 31, 2019 at 06:38PM by jeanreu

No comments:

Post a Comment