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.
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