Overview
Mission Control allows for you and your team to connect directly to Amazon S3 storage. In this guide, you will learn how to directly download your S3 data from Wingmate.
What is Mission Control?
Mission Control is Wingmate's advanced analytics add-on that allows companies to build their own Visuals using company-level Data Sources.
With Mission Control, you can:
Define your own KPIs directly from any information source on your pipeline
Connect your Visuals together into an Analytics Dashboard
Share those analytics with other users to track what matters most to your business directly within Wingmate.
Important Note: Only companies with the Mission Control add-on will see analytics tools such as Data Sources and Visuals under the Analytics tab. To gain access to Mission Control, contact your Account Manager or fill out this form here.
Important Information
To connect to your S3 storage and directly download you data from Wingmate you will need the following enabled
- Mission Control Enabled
- Company API Access and Company API Token
How to Connect to Your S3 Storage
You can use any API tool to make the request, for this guide we will provide a visual using Postman, and provide the cURL code as well.
Step 1: Make the API Request
- Enter the following URL into the URL field
-
Under "Authorization" select "Bearer Token" and enter your Company API Token
- Press the "Send" Button
Step 2: Download the Data
-
If done correctly, you should be brought to request that looks similar to this
- Use the URLs in the
downloadskey of the response to download the parquet data. You can also paste one of these links into your browser to download.
Using cURL
To get the download links using cURL please enter the following code into a terminal
curl --location 'https://api.wingmateapp.com/api/v1.0/analytics_plus/download' \
--header 'Authorization: Bearer {your-company-api-token}'The links will be available for copy once the request goes through.