Apache Cassandra Toolkit.
Tool for getting the schema of a keyspace in an Apache Cassandra database.
Tool for getting data from a table in an Apache Cassandra database. Use the WHERE clause to specify the predicate for the query that uses the primary key. A blank predicate will return all rows. Avoid this if possible. Use the limit to specify the number of rows to return. A blank limit will return all rows.
Tool for querying an Apache Cassandra database with provided CQL.
Apache Cassandra® database wrapper.
Toolkit for interacting with an Apache Cassandra database.