Skip to main content

External Platform Integration

The Integration panel contains details about the Ganymede environment, which can be used for integration with external systems, as well as for IP whitelisting Ganymede.

Admin - Integration Panel

 

  • Notebook IP address: IP address for hosted notebook environments
  • Flow Runtime IP address: IP address for workflow orchestration
  • Notebook Service Account Email: Service account for notebooks
  • Flow Runtime Service Account Email: Service account for workflow orchestration
  • AWS Trust Policy JSON: Role configuration for AWS Policy, to establish connectivity between AWS and Ganymede cloud
  • AWS Bucket CORS: CORS configuration for AWS S3 buckets

Using Ganymede to Power External Applications

Ganymede can generate Service Account credentials for use with other tools. Access using these credentials is restricted to read-only data of the environment in which they were generated.

Some examples of tools that can be connected to Ganymede using this approach include:

Dashboarding Software

  • Tableau - follow the instructions described in Option 2.
  • Looker - follow the Authentication with BigQuery Service Accounts instructions
  • PowerBI - follow the instructions to connect to BigQuery using a service account.
  • Spotfire - Follow instructions for connecting to an ODBC data source using the Simba BigQuery ODBC driver.

Data Analysis Tools

Generating Service Account Credentials

To do this, follow the steps below:

  1. Navigate to the Environment Settings page, Integration tab
Admin - Integration Panel Add Credentials
  1. Select 'New Credentials' and enter a description and name for the Credentials
  2. Click 'Create'
Admin - Integration Panel Copy Key
  1. Copy the JSON key that is displayed and save it to a file.
note

This key is only displayed once, so be sure to save it in a secure location.

warning

Treat this key as a password, as it provides access to the Ganymede environment.

  1. Use the JSON key to authenticate with the external tool.

Configuring S3 Bucket Access

In order to allow Ganymede Flows to read and write to an S3 bucket, follow the steps below for each Ganymede environment to configure an AWS role that allows access to the S3 bucket:

  1. Identify which S3 buckets you would like to connect to Ganymede
  2. Navigate to the Environment Settings page, Integration tab, and copy the AWS Trust Policy JSON.
  3. In the IAM console of AWS, create a role with a custom trust policy. Paste in the contents of the AWS Trust Policy JSON inside the policy definition.
  4. Add the Role ARN as an environment secret in the Ganymede environment named aws_s3_role_arn.