This feature is currently work in progress.
To use this operator, the Cassandra feature needs to be installed.
With this operator, the data can be written to a Apache Cassandra NoSQL storage.
#PARSER PQL
#ADDQUERY
sink = CassandraWriter({hosts = [['cassandra1.lan',9042]], KEYSPACE = 'Nexmark', TABLE = 'person', IDATTRIBUTE = 'id'},nexmark:person) |