Cassandra

The Cassandra connector is a Palantir-provided driver for Cassandra.

To create a new Cassandra source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for Cassandra-specific configuration and networking. For the complete property reference, see the official Cassandra driver documentation ↗.

Beta

The Cassandra connector is in the beta phase of development and may not be available on your enrollment. Functionality may change during active development.

Supported capabilities

CapabilityStatus
Exploration🟡 Beta
Batch syncs🟡 Beta
Incremental🟡 Beta
Table exports🟡 Beta

Configuration

The properties below are mandatory or recommended.

PropertyRequired?DescriptionDefault
AuthSchemeMandatoryThe scheme used for authentication. Accepted entries are Basic, DSE, Kerberos, and LDAP.Basic
DatabaseMandatoryThe name of the Cassandra keyspace.
PasswordMandatorySpecifies the password of the authenticating user account.
PortMandatoryThe port for the Cassandra database.9042
ServerMandatoryThe host name or IP address of the server hosting the Cassandra database.
UserMandatorySpecifies the user ID of the authenticating Cassandra user account.
UseSSLMandatoryThis field sets whether SSL is enabled.TRUE
ConsistencyLevelRecommendedThe consistency level determines how many of the replicas of the data you are interacting with need to respond for the query to be considered a success.ONE

Networking

The table below lists the domains that the source must be able to access to run.

For each domain, add a corresponding egress policy. If the source is hosted on-premises and not directly reachable from Foundry, use an agent proxy egress policy instead. The agent host itself must also be able to reach the listed domains. See using an agent as a proxy for details.

DomainRequired
<Server>:<Port>If UseSSH=FALSE (default), Server and Port connection properties (default: localhost:9042)
<LDAPServer>:<LDAPPort>If AuthScheme=LDAP (default Port=389)
<SSHServer>:<SSHPort>If UseSSH=TRUE (default Port=22)
<KerberosKDC>:88If AuthScheme=Kerberos
<KerberosServiceKDC>:88If AuthScheme=Kerberos and Kerberos topology uses multiple realms

Table exports

This connector supports table exports. Learn how to set up a table export.