Throughout the week, I read a lot of blog-posts, articles, etc., 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 is the “roundup” of the posts that has been most interesting to me, for the week just gone by.
SQL Server
- SQL Server 2017 CTP 2.1 now available. The title says it all. CTP 2.1 of SQL Server 2017 has been released.
- Try new SQL Server command line tools to generate T-SQL scripts and monitor Dynamic Management Views. Microsoft has released for public preview two new command line tools for SQL Server:
- mssql-scripter: generate
CREATE
andINSERT
T-SQL scripts for database objects in SQL Server, Azure SQL DB, and Azure SQL DW from the command line. - DBFS: exposing live data from SQL Server Dynamic Management Views (DMVs) as virtual files in a virtual directory on Linux operating systems
- mssql-scripter: generate
Streaming
- Introducing Official Docker Images for Apache Flink. From Flink version 1.2.1, Flink will have an official Docker image. This should make it a lot easier to get up and running with Apache Flink.
- Confluent Cloud, Apache Kafka as a Service in AWS. Somewhat in the same vein as the Apache Flink above, this is about deploying Kafka based solutions in Amazon Web Services through Confluent Cloud. The really interesting bit for me is that they are planning to do this for Microsoft Azure as well.
Cloud
- With Cosmos DB, Microsoft wants to build one database to rule them all. A Microsoft Build 2017, Microsoft introduced the successor to Document DB, Azure Cosmos DB. This post is Tech Crunch’s take on Cosmos DB.
- A technical overview of Azure Cosmos DB. More about Azure Cosmos DB. This post drills down in the tech behind Cosmos DB. It is very, very interesting!
Data Science
- R and Python support now built in to Visual Studio 2017. The latest version of Visual Studio 2017 now has built-in support for programming in R and Python! It is exposed as a “Data Science Workload”.
- R in Financial Services: Challenges and Opportunities. Theis blog-post from the guys at Revolution Analytics links to a presentation about R in financial services from the New York R Conference earlier this year. I found the presentation really good, and picked up some useful “stuff”.
Shameless Self Promotion
I’ve been “sort of” productive, and managed to get two blog-posts out there (not bad if I may say so myself):
- Microsoft SQL Server R Services - Internals VI. In this internals post I drill down, and look at the directories being created when executing an external script in SQL Serer R Services.
- Facebook Prophet and Microsoft R Server. Earlier in the week there was a question on the Microsoft R Server forum, about using Facebook Prophet (time series analysis and prediction) with Microsoft R Server and SQL Server R Services. I found the question interesting and decided to test it out. This post is the result of the testing I did.
~ 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.