Help/Advice Needed: how to consume a third party Rest Server, and persist the data to a RDBMS with Aurelius

I need to access a third-party Rest server to download some real time data (every 1 minutes) in JSON format, and convert the JSON data to Delphi object (in Aurelius), and then persist the data to a PostgreSQL server.

@wlandgraf - Can you give me some advice/suggestion on the best way to accomplish this? Possibly with Aurelius and other TMS Business components?

A sample of the JSON data is as follows:

2020-12-31_14-07-44

You can create a service operation using the proper parameter biding and route binding to match your server specification, and use DTO classes that match the JSON returned.

1 Like