I want to store sensor data from my Raspberry Pi using Kaa and Cassandra. I tried following the instructions for the Cassandra Demo and when I type in the commands:
cqlsh
use kaa;
This error message appears:
InvalidRequest: code=2200 [Invalid query] message="Keyspace 'kaa' does not exist"
But kaa does exist as a Keyspace in the Cassandra Demo in the Kaa Sandbox.
Is there something else I need to do to make Cassandra recognize that 'kaa' does exist (and link it to that specific application)?