This feature is currently work in progress.

To use this operator, the Cassandra feature needs to be installed.

CassandraWriter

With this operator, the data can be written to a Apache Cassandra NoSQL storage.

Parameters (required):

Parameters (optional):


Example

#PARSER PQL
#ADDQUERY
sink = CassandraWriter({hosts = [['cassandra1.lan',9042]], KEYSPACE = 'Nexmark', TABLE = 'person', IDATTRIBUTE = 'id'},nexmark:person)