Hello,
Is event based processing possible in spark?
for example, If i have a DB and i want to process the data from that DB only when it gets updated?
and how can process only the updated data instead of processing my whole DB all over again?
And is there any other better technology that i use to solve the above problem?