Hi,
I want to implement Log Module (Using log message in OutSystems OOTB) and expose it as a REST service.The module should be able to perform between 300-500 requests per second.
What do you think?
Thanks!!
Hey Yizhar,
To make sure I understand, you want to use the standard OutSystems LogMessage action but then allow the data to be queried via a REST service? If that is the case, you are able to take a dependency on the tables the logs go into (cannot remember their names off hand) and create a service to expose the data.
I am a bit concerned with your point that it needs to handle 300-500 requests per second though, is that a typo? May I ask what the goal is?
Craig St. Jean wrote:
Hello,
My goal is to create a central log repository using OutSystems in order to expose a log message to REST API.
I want to make it persistent.
300-500 request per sec is not a typo :-)
Thanks,
Yizhar
Hi Yizhar,
Some questions so we can better answer to You.
We very interested in your case and we are working in defining a better approach to these scenarios.
Regards,
Urbano Freitas
Urbano Freitas wrote:
Thanks!!!
Yizhar,
For that volume of logs, we don't recommend to save it all in OutSystems Platform. It will bring 2 potential problems:
For these motives, and taking in account your needs, we recommend to:
Such approach will:
Hope this help. In forthcoming months we expect release documentation given an overall perspective of how this can be implemented.
I agree with Urbano, that seems like a much more appropriate approach.
Hey Guys,
Thank you very much on your inputs!!