Cassandra Connector

Cassandra Connector Documentation

Cassandra logo

How to use the Cassandra Destination.

This destination syncs your data to your Cassandra instance in real time. Following the ELT way of loading data MovingLake will sync raw JSONs into tables with _raw suffixes. JSON tables are also appended with the time it the row was loaded as well as appending a unique identifier and a SHA-256 HASH of the raw JSON payload. These last two fields are quite important not just for locating rows but also when doing joins across related tables as it is not common for these to natively have an ID, which relates them.