Hamish McPanji
Honorary Master
- Joined
- Oct 29, 2009
- Messages
- 42,084
We are using a saas platform for out system that allows us to export the telemetry data created by our devices via FTP or REST API.
I need to download this telemetry regularly and store it In a database for the following reasons:
1. Backing up of telemetry data
2. Run custom queries on the data for reports that are not available on the saas platform
3. Allow me to develop alternate UI's and mobile apps for that telemetry data that is more suited to the particular clients whose assets are producing that data.
To quicken this up I need to
a. Start downloading the data ASAP. That would imply using FTP . Unfortunately, there are a few disadvantages to that, but that's where I will start and at least build an adequate data store to start looking at 3 above
b. Store the data in a database
c. Extract and summarise the data for reports and UI display
d. Connect to the rest API and collect the data from there instead. This data will be up to date as opposed to the FTP data, and will also contain all the records and fields (read columns)
I need to download this telemetry regularly and store it In a database for the following reasons:
1. Backing up of telemetry data
2. Run custom queries on the data for reports that are not available on the saas platform
3. Allow me to develop alternate UI's and mobile apps for that telemetry data that is more suited to the particular clients whose assets are producing that data.
To quicken this up I need to
a. Start downloading the data ASAP. That would imply using FTP . Unfortunately, there are a few disadvantages to that, but that's where I will start and at least build an adequate data store to start looking at 3 above
b. Store the data in a database
c. Extract and summarise the data for reports and UI display
d. Connect to the rest API and collect the data from there instead. This data will be up to date as opposed to the FTP data, and will also contain all the records and fields (read columns)