Cassandra CLI

From GM-RKB
Jump to navigation Jump to search

A Cassandra CLI is a DBMS CLI to access to Cassandra instance.



References

2012

  • http://wiki.apache.org/cassandra/CassandraCli
    • Cassandra ships with a very basic interactive command line interface. Using the CLI you can connect to remote nodes in the cluster to create or update your schema and set and retrieve records.

      The examples below have been tested with Cassandra 1.0.6. For instructions for previous versions of Cassandra see one of: CassandraCli07, CassandraCli06.

      You may also be interested in the [documentation] which has excellent coverage on this topic.