Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 2.71 KB

File metadata and controls

50 lines (34 loc) · 2.71 KB

Tableau Desktop

Before proceeding, ensure you have configured your environment.

Download the latest version of Tableau Desktop to use the Driver in Tableau.

Adding the Amazon Neptune JDBC Driver

  1. Download the Neptune JDBC driver JAR file and copy it to one of these directories according to your operating system:

    • Windows: C:\Program Files\Tableau\Drivers
    • Mac: ~/Library/Tableau/Drivers
  2. Download the Neptune Tableau connector (a TACO file) and copy it to your My Tableau Repository/Connectors directory.

    • Windows: C:\Users\[user]\Documents\My Tableau Repository\Connectors
    • Mac: /Users/[user]/Documents/My Tableau Repository/Connectors For more information, consult the Tableau documentation.

Launching Tableau and Opening the Amazon Neptune Connector

  1. Launch the Tableau Desktop application.

  2. Navigate to Connect > To A Server > More. Amazon Neptune by Amazon Web Services should be listed under Installed Connectors. Select it.

driver

Connecting to Amazon Neptune Using Tableau - External SSH Tunnel

  1. If connecting from outside the Neptune cluster's VPC, ensure you have followed the configuration instructions for your Neptune instance and local SSH tunnel.

  2. Enter the connection parameters as shown below. Neptune Endpoint, Port, Use IAM Authentication (and Service Region if IAM is selected), and Require SSL are required.

Example for connecting to an instance without IAM authentication:

non-auth

Example for connecting to an instance with IAM authentication. Note that service region is a required field:

iam-auth

  1. Additional connection options can be configured in the Advanced tab. Descriptions of each parameter can be found in the SQL JDBC documentation. Please note that we have disabled all SSH tunnel options in the Tableau connector, due to potentially processing sensitive information. Please set up your SSH tunnel according to the configuration instructions.

add_opts

  1. Click the Sign In button.