Cassandra

Version 24.2.8980


Cassandra


You can use the Cassandra connector from the CData Sync application to capture data from Cassandra and move it to any supported destination. To do so, you need to add the connector, authenticate to the connector, and complete your connection.

Add the Cassandra Connector

To enable Sync to use data from Cassandra, you first must add the connector, as follows:

  1. Open the Connections page of the Sync dashboard.

  2. Click Add Connection to open the Select Connectors page.

  3. Click the Sources tab and locate the Cassandra row.

  4. Click the Configure Connection icon at the end of that row to open the New Connection page. If the Configure Connection icon is not available, click the Download Connector icon to install the Cassandra connector. For more information about installing new connectors, see Connections.

Authenticate to Cassandra

After you add the connector, you need to set the required properties.

  • Connection Name - Enter a connection name of your choice.

  • Server - Enter the host name or IP address that hosts the Cassandra database. The default server is localhost.

  • Port - Enter the port number for the Cassandra database. The default port value is 9042.

CData Sync supports authenticating to Cassandra in several ways. Select your authentication method below to proceed to the relevant section that contains the authentication details.

Basic

To connect with your user credentials, set the following properties:

  • Auth Scheme: Select Basic.

  • User - Enter the username that you use to authenticate to your Cassandra account.

  • Password - Enter the password that you use to authenticate to your Cassandra account.

Note: In the cassandra.yaml file, you also need to set the authenticator property to PasswordAuthenticator.

DataStax Enterprise

To connect DSE and the DSE Unified Authenticator, set the following properties:

  • Auth Scheme: Select DSE.

  • User - Enter the username that you use to authenticate to your Cassandra account.

  • Password - Enter the password that you use to authenticate to your Cassandra account.

Note: In the cassandra.yaml file, you also need to set the authenticator property to com.datastax.bdp.cassandra.auth.DseAuthenticator.

Kerberos

To connect with Kerberos, specify these settings:

  • Auth Scheme - Select Kerberos.

  • User - Enter the username that you use to authenticate to your Cassandra account.

  • Password - Enter the password that you use to authenticate to your Cassandra account.

  • Kerberos KDC - Enter the this to the host name or IP Address of your Kerberos Key Distribution Center (KDC) machine.

  • Kerberos Realm - Enter the Kerberos realm that you use to authenticate to Kerberos.

  • Kerberos SPN - Enter the service principal name (SPN) for the Kerberos domain controller.

  • Kerberos Keytab File (optional) - Enter the full file path to your Kerberos keytab file.

  • Kerberos Ticket Cache (optional) - Enter the full file path to an MIT Kerberos credential cache file.

LDAP

To connect with LDAP credentials, specify the following properties:

  • Auth Scheme - Select LDAP.

  • User - Enter the username that you use to authenticate to your Cassandra account.

  • Password - Enter the password that you use to authenticate to your Cassandra account.

Complete Your Connection

To complete your connection:

  1. Specify the following properties:

    • Database (optional) - Enter the name of the Cassandra database.

    • Use SSL (optional) - Select whether you want to enable Secure Sockets Layer (SSL). The default value is False.

    • Consistency Level (optional) - Enter the number of the replicas from which you want to enforce a response before queries are considered a success. The default level is ONE.

  2. Define advanced connection settings on the Advanced tab. (In most cases, though, you should not need these settings.)

  3. Click Create & Test to create your connection.

More Information

For more information about interactions between CData Sync and Cassandra, see Cassandra Connector for CData Sync.