Exporting asset data to external cloud storage

It is possible to export telemetry data from Formant to an external cloud storage like AWS S3 using native integrations. Once set up in Formant, the integration will forward datapoints from Formant to the configured storage location, but it will not natively transfer asset data.

In order to transfer asset data, it is suggested to leverage your cloud storage solution's server functionalities to install fctl and leverage the power of the fctl query command to specify start and end times, pull data, and even download it to your cloud storage. Use the -h flag of the fctl query command to learn more about the parameters you can leverage to customize your data query. Schedule the script to run at a scheduled cadence to implement an automated way to forward data from Formant to your cloud storage solution.