TDMS Uploads
Import data from TDMS files directly into Sift
Credentials
Before starting this section, ensure you have retrieved your API key and the appropriate Sift URL for your provisioned environment. Instructions on obtaining the API key and URL are available in the authentication section of the documentation.
Import Data from TDMS files using sift-stack-py
Getting started with sift-stack-py
Be sure to visit the Python Quickstart section of the documentation to see how to get started with the Sift Python client library before continuing.
For this example we will be uploading data from sample_data.tdms
which can be found at this link.
Uploading this TDMS file is only a few steps:
For more comprehensive examples you can visit the Sift public repository.