Interesting Stuff - Week 45, 2019

Posted by nielsb on Sunday, November 10, 2019

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.

Distributed Computing

  • Tutorial: Using Azure Event Hubs with the Dapr framework. A while ago, Microsoft introduced Dapr, (Distributed Application Runtime), which is an event-driven, portable runtime for building microservices on cloud and edge. The post linked to here walks through an example of how to integrate Azure Event Hubs with Dapr.
  • A Quick Introduction to Service Meshes. This article explores the basics of service mesh use-cases and architecture. It gives you an understanding of whether a service mesh is the right solution for you and your organization.
  • Thoughts on Event Driven Architectures. For you who follow my “ramblings” here on my blog, you have probably noticed that I am quite partial to streaming and events. So it should not come as a big surprise that I really liked the post linked to, where the author posts his thoughts around event driven architectures.

SQL Server 2019

  • SQL Server 2019 is now generally available. The title says it all! At the MS Ignite conference in Orlando, Microsoft announced that SQL Server 2019 is now generally available - it is released!

  • The November 2019 release of Azure Data Studio is now available. Another one of those “the title says it all” posts. Also at Ignite Microsoft announced the November version of Azure Data Studio. There are some exciting features in the release:

    • Deploy SQL Server 2019 Big Data Clusters with the Big Data Clusters deploy wizard.
    • Manage SQL Server 2019 Big Data Clusters health with the controller dashboard.
    • Jupyter Book support. Read more about Jupyter Books here.
  • Simply unmatched, truly limitless: Announcing Azure Synapse Analytics. This was an announcement at Ignite that very few saw coming. Azure Synapse is formerly known as Azure SQL Data Warehouse, but it is so much more. It brings together enterprise data warehousing and Big Data analytics in a truly transparent way. There is an excellent introductory video here if you want to know more about Azure Synapse

Streaming

  • How to Use Single Message Transforms in Kafka Connect. When you use Kafka Connect to stream data from source to sink, you may want to transform records as they flow through. The Kafka Connect API provides a simple interface for doing this: the Single Message Transforms API. This post covers how to use the API.

~ 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