I am new to apache cassandra we are using cassandra data base as a backend now i am unable to make a database connectivity with my java applications(Fronend) kindly help me regarding this issue...thanks in advance
Cassandra connection with java application
(2 posts) (2 voices)-
Posted 1 year ago #
-
Currently the most popular client for accessing cassandra from java is:
https://github.com/hector-client/hector
I would recommend taking a look at the documentation there. This github project also provides some basic examples of hector usage:
Posted 1 year ago #
