Throughout the week, I read a lot of blog-posts, articles, and so forth, that has to do with things that interest me:

  • data science
  • data in general
  • distributed computing
  • SQL Server
  • transactions (both db as well as non db)
  • and other “stuff”

This blog-post is the “roundup” of the things that have been most interesting to me, for the week just ending.

.NET

Distributed Computing

SQL Server

Streaming

  • Kafka Streams’ Take on Watermarks and Triggers. This blog post discusses a new Kafka Streams operator: Suppress. It gives you the ability to control when to forward KTable updates. The Suppress operator comes in very handy in various CEP scenarios: “tell me when someone has done “a” more than “x” times within “y” time period”. What normally happens is that if someone achieves the “a”, “x” times within the “y” time period every following “a” would trigger as well. With Suppress you - wait for it - suppress the extra “a”, until the end of the time period.

WIND (What Is Niels Doing)

Since I did the two posts about CREATE EXTERNAL LIBRARY for Java code ( here and here), I thought it would be a good idea to finish off my Install R Packages in SQL Server ML Services series. So, I am at the moment working on a post discussing CREATE EXTERNAL LIBRARY in the R world. The post is somewhat like the ones covering Java, but it also covers permissions etc.

~ Finally

That’s all for this week. I hope you enjoy what I did put together. If you have ideas for what to cover, please comment on this post or ping me.


comments powered by Disqus