On-Premises Connector deployment configuration
- Last Updated: August 29, 2025
- 3 minute read
- Hybrid Data Pipeline
- Version 5.0
- Documentation
Hybrid Data Pipeline supports connectivity to on-premises data stores. On-premises connectivity is enabled with the deployment and configuration of the On-Premises Connector (OPC). The OPC is a Java software component that must be installed on a Windows host on the same network in which the data store resides. In addition, the OPC requires a JVM for installation and runtime operation (see Product requirements for details). The OPC maintains a secure communication channel with the Hybrid Data Pipeline server. When the server requires access to the data store, this communication channel is used to send a connection request to the OPC.
OPC deployment workflow
The following workflow outlines the general steps you must take to deploy the OPC.
- Before deployment of the Hybrid Data Pipeline server, open ports on the host machine
required for on-premises configuration. See Access ports for details.Note: For a Docker deployment, ports must be mapped in the
docker runcommand. See Docker deployment steps. - During deployment of the Hybrid Data Pipeline server, configure the server for on-premises
connectivity.
- Configure the server to use the On-Premises Connector.
- Configure the server to use SSL. See SSL configuration.
- Specify the ports that will be used to support connectivity with the OPC.Note: For a Docker deployment, the ports must be mapped in the
docker runcommand (see Docker deployment steps). For a Linux installation, the ports may be specified when prompted by the installation program (see Installing the Hybrid Data Pipeline server).
- If you are deploying Hybrid Data Pipeline behind a load balancer, configure the load balancer to route queries to and from the on-premises data store. See the following topics for details.
- Install the OPC on a Windows host on the same network in which the data store resides. For details, see Installing the Hybrid Data Pipeline On-Premises Connector.
- On the machine hosting the OPC, use the Configuration Tool to register the OPC with the Hybrid Data Pipeline server. See Configuring the On-Premises Connector.
- If you are using multiple OPCs, you may set up a Connector Group to configure failover and load balancing with the Connector API. For details, refer to Using Failover and Balancing Requests with an On-Premises Connector Group in the User's Guide.
What's next
After you complete these deployment steps, you may connect to the on-premises data store by creating a Hybrid Data Pipeline data source. When creating the data source, you will specify the name of the On-Premises Connector or Connector Group with the Connector ID dropdown. For details, refer to How to create a data source in the Web UI in the User's Guide.