Skip to main content
Data feeds provide aggregated output files from the Travtus platform, allowing you to import them into your own BI environment. Follow the instructions below to download files from your S3 bucket using the same credentials as before, in various programming languages.

Request Credentials

First, request your S3 credentials by contacting our support team at [email protected]. You will receive the following information:
  • Bucket Name
  • Directory Extension
  • Access Key
  • Secret Key

Downloading Files from S3

Python (boto3)

Step 1: Install boto3

If you haven’t already, install the boto3 library using pip:

Step 2: Download Files

Use the following script to download files:

JavaScript (Node.js)

Step 1: Install AWS SDK

If you haven’t already, install the AWS SDK:

Step 2: Download Files

Use the following script to download files:

PHP

Step 1: Install AWS SDK for PHP

If you haven’t already, install the AWS SDK for PHP using Composer:

Step 2: Download Files

Use the following script to download files:

C#

Step 1: Install AWS SDK for .NET

If you haven’t already, install the AWS SDK for .NET:

Step 2: Download Files

Use the following script to download files:

Connecting from Snowflake and Databricks

Snowflake

To connect Snowflake to your S3 data feeds, follow the instructions in the Snowflake documentation: Snowflake and Amazon S3 Integration.

Databricks

To connect Databricks to your S3 data feeds, follow the instructions in the Databricks documentation: Databricks and Amazon S3 Integration. By following these steps and using the provided scripts, you can easily download your data feeds from the Travtus platform’s S3 bucket in Python, JavaScript, PHP, and C#. For any questions or assistance, please contact our support team at [email protected]. Thank you for choosing Travtus!