Question
2
Replies
257
Views
Posted: October 28, 2019
Last activity: October 29, 2019
Using CQL (the Cassandra Query Language) from Pega to query Cassandra
Hi Team,
Does anyone have an experience using CQL (the Cassandra Query Language) queries directly from Pega? I am not interested in using DDS Data Set, or Connect-Cassandra rules, as I am looking more for execution of the CQL query, which allows to write a light and flexible statements for data aggregation. Will that be possible from an activity?
I really appreciate replies in that topic.
Pawel
You probably need to write java to do so (through activity) - using java driver to Cassandra: https://github.com/datastax/java-driver/tree/4.x/manual/query_builder