Different data stores behave differently when comparing strings (for example, they handle white space and case sensitivity differently). For this reason, the Self-Service Analytics TDV connector supports the comparison behavior of the underlying data store and does not enforce a behavior of its own.
Before you can establish a connection from Self-Service Analytics to TDV, a connector server needs to be installed and configured. See Manage Connectors and Connector Servers for general instructions and Connect to TDV for details specific to the Couchbase connector.
After setting up the connector, create data sources that specify the necessary connection information and identify the data you want to use. See Create and Manage Data Sources for more information. After you set up your data sources, create dashboards and visuals from the data in these data sources.
Feature Support
Connector support for specific features is shown in the following table. Key: Y - Supported; N - Not Supported; N/A - not applicableConnect to TDV
The TDV connector requires a JDBC driver to be configured before you can connect to your data source. You can obtain the driver from the TDV installer distribution. To connect to a TDV data store, you must specify the JDBC URL for the TDV database, and, if necessary, the username and password credentials for the TDV database. The structure of the connection URL is:<host>is the TDV server host name or IP address.<port>is the optional TDV server port for JDBC connections. The default is 9401.<domain>is the TDV domain in which the <datasource> belongs.<datasource>is the TDV data source to which you want to connect.