Is there a DDL generator out there where you can start with CSV/TSV to create DDL for Cassandra

automationcassandraddl

Is there a DDL generator out there where you can start with CSV/TSV (or maybe even JSON) to create DDL for Cassandra?

Best Answer

DDL generator for a Cassandra keyspace:

DESC KEYSPACE the-Keyspace-name;

CSV generator for a Cassandra table: