Juicebox
Preparing your dataStory DesignerVisual design tips
  • Juicebox Documentation
  • What is Juicebox?
    • Technology requirements
  • Getting Started
    • Getting a Workspace
    • Reach out to us
  • Building Reports
    • Creating and Editing Reports
    • Data
      • Loading data
      • Managing data
      • The data preview
    • Design
      • Slices
        • Dynamic text
        • Customizing what shows
        • Multiple data tables
        • Charts
          • Headline
          • Filters
          • Chooser
          • Table
          • Card
          • Reports Navigation
          • Bar
          • Scatterplot
          • Leaderboard
          • Map
          • Trend
          • Pie
        • Selections as Variables
        • Debug
      • Ingredients
        • The ingredient editor
          • The dimension ingredient editor
          • The measure ingredient editor
        • Adding new ingredients
        • Advanced field formulas
        • Time formats
        • Number formats
    • Share
      • Publishing a report (or report changes)
      • Inviting viewers
      • Insights
    • Tips and Tricks
      • Telling data stories
      • Visual design
      • Preparing your data
      • Useful resources
  • Viewing Reports
    • Signing In
    • Navigating Reports
    • Focus and Filter
  • Managing Users
    • Adding Users
    • User Roles and Management
    • Limiting what data users can see
    • Access Views
    • Embedding Juicebox Apps
      • How embedding works
      • Juicebox Embedding API
      • Juicebox API
    • Requesting data from embedded apps
  • Managing my workspace
    • Workspace Settings
    • Subscription and Billing
  • Changelog 🎁
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Building Reports
  2. Data
  3. Loading data

Connecting to Redshift

To set up a connection to a Redshift database, you'll need to provide us the following information:

  1. Hostname or Endpoint. This identifies your Redshift cluster. You can find it in the AWS Management Console by navigating to your Redshift cluster details and looking under "Properties". It often looks like this: your-cluster-name.abcdefghijkl.us-east-1.redshift.amazonaws.com

  2. Port. The port Redshift uses for connections. This is usually 5439.

  3. Database Name. The name of the specific database within your Redshift cluster that you want to connect to.

  4. Username. The username of a user with permission to access the database. This might be a master user or an IAM user you've created.

  5. Password. The password associated with the specified username.

Optional but recommended:

  • SSL Mode: It's highly recommended to enable SSL for secure connections. You'll usually choose "Require" to enforce SSL.

  • Schema: If you want to connect to a specific schema within the database, you'll need to provide its name.

Where to find this information:

  • AWS Management Console: Most of these details are available in the Redshift console within your AWS account.

  • Redshift Cluster Properties: The hostname, port, and database name can be found in your cluster's properties.

  • IAM User Management: If you're using IAM users, you'll manage their usernames and passwords in the IAM section of the AWS console.

Once we have this information, we can use it to connect to your Redshift database to your Juicebox workspace.

Last updated 7 months ago

Was this helpful?