Cassandra Data Source

Configure Pre-Action in Source →

FieldDescription
TypeThe type of thing you will register.
NameName of the thing.
AttributesAttributes of associated thing type.

Cassandra Data Source reads data from Cassandra cluster using specified keyspace name and table name.

Configuring Cassandra Data Source

To add a Cassandra Data Source into your pipeline, drag the Data Source to the canvas and right click on it to configure.

Under the Schema Type tab, you can Upload Data File and Fetch From Source.

FieldDescription
Connection NameSelect the connection name from the available list of connections, from where you would like to read the data.
KeyspaceCassandra keyspace name.
Table NameTable name inside the keyspace from where we read data.
Add configurationTo add additional custom properties in key-value pairs.

Configure Pre-Action in Source →

Top