CassioML/cassio

Document the table structure on the website

Opened this issue · 0 comments

I cannot find much documentation about the structure of the table created in Cassandra.
It would be very useful to have a guide.

My use case is to ingest data to Cassandra and then query it with CassIO

I am looking at this file

CREATE_TABLE_CQL_TEMPLATE = """CREATE TABLE IF NOT EXISTS {{table_fqname}} ({columns_spec} PRIMARY KEY {primkey_spec}) {clustering_spec};""" # noqa: E501