Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hello,
I wanna use Cassandra Database(NoSql).
I installed Cassandra and imported Cassandra JDBC Extension(made by JDBC Creator).
But, It doesn't work correctly. I have succeeded to connect Firebird Database, so I tried to same means.
If you succeeded to use Cassandra, reply please.
Thanks!
What does your configuration look like?
JDBC Driver Class Name : org.apache.cassandra.cql.jdbc.CassandraDriver
JDBC Connection String : jdbc:cassandra://localhost:9160/cycling ( I have cycling as keyspace )
connectionValidationString : select * from cycling.cyclist_alt_stats; (table name is cyclist_alt_stats in cycling)
What should I revise ?
Thanx!