Write to Cassandra

Hi Community,
is it possible to write data from ONE DATA to a Cassandra database?

Thanks in advance!
Christoph

Hi Christoph,

in the Data Table Save processor you can change Target storage type:
image

Select tape Column Family.

Afterwards you can configure the processor to write to your Cassandra database.

2 Likes

Hi,
do we know which rights a cassandra-user (that is used in the ONE DATA connection) needs at least in order to write data to cassandra (both append and replace mode in ONE DATA)?

Is it simply:
CREATE, ALTER, INSERT, UPDATE, DELETE table?

At least for Oracle I know, that in order to replace a table one needs DROP TABLE additionally.

Best, Christoph