I've seen plenty of examples of how to read JSON and parquet files using structured streaming, but I have some transactions that gets input into a database. How do I read that data that coming into that table?
I know it's a vague question but I couldn't find any examples online for this so I wasn't sure how to ask the question. I need to get that data and perform some aggregation on it in real time.