Accessing data using CQL
Common ways to access data using CQL are:
-
CQL shell (cqlsh): A Python-based command line shell to access the database and issue CQL (Cassandra Query Language) commands
-
Starting the standalone cqlsh tool: Launch the standalone cqlsh tool to remotely access a DataStax database
-
Starting cqlsh: Launch the cqlsh utility with the default settings
-
-
DataStax-compatible drivers: The primary resource for application developers to connect to database clusters
-
DataStax Studio: An interactive developer’s tool with self-documenting notebooks