Hi,
I want to create a trigger on the Cassandra table for the SELECT operation.
The idea is when we do SELECT and the data does not exist in the table, we need the trigger to load data from a file into the table, maybe by executing a java code that takes care of the loading from the file into the table. But we need the trigger to be executed on the select operation.
Can you please help ASAP?
Thanks