[This article was first published on
R-Chart, and kindly contributed to
R-bloggers]. (You can report issue about the content on this page
here)
Want to share your content on R-bloggers?
click here if you have a blog, or
here if you don't.
I have been looking forward to test driving Microsoft SQLServer R Services. However, I don’t run the Windows Operating System on any of my machines. I do use Docker regularly and so was interested to hear about a new version of
SQLServer that runs on Linux that is now available as a
Docker container. Although I have yet to test drive R on SQLServer, I was able to run the image and created a short
YouTube screencast demonstrating how SQLServer can be run in Docker – specifically on a Mac. There were a couple of somewhat cryptic steps along the way, so I thought others might be interested in a simple “Hello World” type of show and tell to clarify steps involved.
https://youtu.be/04ZP7ZxJ6jASo have a look to get an idea of how simple it is to get “up and running” with a SQLServer database using Docker.
Related
After a long pause of more than four months, I am finally back to post here. Unfortunately, many commitments prevented me keep posting, but coming back, i changed the deployment (now this blog runs entirely within a docker container with some other cool things I intend to post more forward)…
April 30, 2015
In "R bloggers"
Connecting to an SQL Server instance as a Windows domain user is relatively straightforward when you run R on Windows, you have the right ODBC driver installed, and your network is setup properly. You normally don’t need to supply credentials, because the ODBC driver uses the built-in Windows authentication scheme.…
July 23, 2019
In "R bloggers"
In this tutorial/howto I show you how to run a docker container on a schedule on gitlab. Docker containers are awesome because, once made, they run everywhere! It does not matter what type of computer^[Though I believe there is a problem with ARM bas...
September 24, 2020
In "R bloggers"