Search code examples
cassandrathingsboard

How to view the thingsboard data present in cassandra database


I have installed thingsboard in ubuntu and also configured it to use the cassandra database, my question is that how can i view the thingsboard device data that is present in the cassandra database.


Solution

  • You can directly query the database using CQL (Cassandra Query Language). I suggest using cqlsh, this is a quick but complete tutorial: https://www.tutorialspoint.com/cassandra/cassandra_cqlsh.htm