Saturday, May 13, 2017

Real-time Streaming Data with Static data



Unlike other streaming engines, Spark lets you combine real-time Streaming Data with Static data and lets you perform the preceding operations.

Fundamentally, Structured Streaming is empowered by Spark SQL's Catalyst optimizer. So, it frees up the developers from worrying about the underlying plumbing of making queries more efficient while dealing with static or real-time streams of data.

No comments:

Post a Comment

Latest Post

Discover Free Online Developer Tools That Save Time

  As developers, we often find ourselves jumping between apps or writing quick scripts just to generate a UUID, calculate percentages, or ma...