windowscassandraopscenternosql

Columns and rows in cassandra datastax opscenter


I have just started learning cassandra. I am using datastax opscenter.

I am able to create columnfamily, but could not able to find to add the columns and rows in columnfamily through opscenter, though I am able to do on cqlsh.

Please advise Thanks


Solution

  • OpsCenter does not have the ability to add columns and rows into Cassandra. The data explorer feature is actually soon to be deprecated. You can, however, use DevCenter: http://www.datastax.com/download-ops-dev#DataStax_DevCenter to create and alter data models.

    As for loading data in, you can certainly do simple inserts through CQLSH within Cassandra as well as DevCenter but to do any meaningful data loading, you'll want to take a look at one of the drivers or loaders:

    http://www.datastax.com/dev/blog/using-the-cassandra-bulk-loader-updated

    Hope that helps!