A. Use Strategy Developer to access the database
The following example shows how to connect to Cassandra using JDBC:


B. Access Database using Strategy Web Data Import

JDBC;DRIVER={com.facebook.presto.jdbc.PrestoDriver};
URL={jdbc:presto://<IP/URL>};
driver=com.facebook.presto.jdbc.PrestoDriver
driverFile="presto-jdbc-0.86.jar";MSTR_JDBC_JAR_FOLDER=<PATH TO DRIVER>;