Skip to content

Cassandra

Cassandra connection helps you connect to a Cassandra database and run queries directly from Infoveave.

Adding a Cassandra Connection

To create a new Cassandra connection:

  1. Go to the Database section.
  2. Select Cassandra from the available connectors.
  3. Fill in the required connection details in the New Cassandra Connection form.

Connection Parameters

When setting up a Cassandra connection, you need to provide the following details:

FieldDescription
NameA unique name to identify your connection.
PortPort number for Cassandra (default is usually 9042).
ServerThe Cassandra server endpoint or cluster node.
UsernameYour Cassandra username.
PasswordThe corresponding password for the username.
DatabaseThe keyspace you want to connect to in Cassandra.
SchemaThe schema to be used inside the database (optional).

Steps to Validate and Save

  1. After filling in the details, click Validate to verify the connection.
  2. If validation succeeds, click Save to store the connection.
  3. You can now use Cassandra as a datasource in your Infoveave workspace.

Example Use Case

With a Cassandra connection configured, you can:

  • Query distributed datasets stored across clusters.
  • Use Cassandra Query Language (CQL) to fetch and analyze high-volume operational data.
  • Integrate Cassandra data into Infoboards for dashboards, reports, and interactive insights.