Data storage

Hello integrators!

Can you advise me on the best approach for the following integration that I would like to create?

  • Every minute, I want to download data from the internet and save selected values with the download date somewhere.
  • Once a day, I want to take these values, perform some aggregations, and send them via REST API to my internal service.

The main question I have is where to store these data internally in Integray.

Thank you!

Hello Marian,

The simplest way is to create an internal endpoint where you can send your data after filtering and possibly aggregating it. You can use the Integray Endpoint connector for this purpose. When you want to access this data, use the Integray Endpoint connector again and the “GET New Data” method. This will download only the data since the last call.

https://learn.integray.app/connectoracademy/connectors/IntegrayEndpoint/4.4/#configurations

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.