Skip to content

Connecting to Vertica

Prerequisites

  • The Vertica instance is accessible over the network from the PuppyGraph instance.

Configuration

Configuration Explanation
Username The username of the database
Password The password of the database
JDBC Connection String A JDBC compatible connection URI of the data source. Read this page for more details on how to construct the URI.
Driver Class

The class name of the JDBC Driver.

The default value is com.vertica.jdbc.Driver

Demo

See Querying Vertica Data as a Graph for a complete demo for Vertica. The demo includes setting up the connection to a Vertica instance.