Contact Us 1-800-596-4880

Cassandra Examples

Create a Cassandra Database Table

Use this example to create a Cassandra database table.

Manipulate Data in a Cassandra Database

Use this example to manipulate data in an Apache Cassandra database.

  • Get table names from a keyspace.

  • Perform the following CRUD operations on data in a Cassandra database table:

    • Insert

    • Select

    • Update

    • Delete

  • Perform the following operations on a Cassandra database column:

    • Delete the column’s value

    • Rename a column

    • Add a new column

    • Drop a column

  • Execute a CQL query

  • Drop data from the Cassandra database table

View on GitHub