Monica Shiralkar wrote: Essentially, it filters it using Spark and sends email for the filtered results i.e some filter condition will be there such as if temperature>60, filter it and send email.
Then I would say for your application that the data is considered
structured, since it sounds like your application knows the data's schema/organization and is able to parse it and recognize the various fields such as
temperature.
If however the application had no intimate knowledge of the data and opaquely included it in the notification email, then it could be
unstructured data for your application.
I guess if your application only understood a portion of the data, then you might say it is semi-structured data??