GitLab CI/CD for GitHub
When creating a git project that you want to share with others you traditionally had the choice between GitHub with its huge community and tons of integrations, GitLab with a great overall dev experience from issues to one of the best CI/CD solutions out there and BitBucket being one of the friends you have since kindergarten. My personal decision was to host all my personal projects on π¦ GitHub. For projects that need CI/CD I tinkered around with π·β Travis CI and π ΎοΈ Circle CI on top of GitHub.
Continue readingAutomated dev workflow for using Data Science VM on Azure
tl;dr; I put together a bunch of scripts on Github that let you deploy a VM from your command line as well as sync code from your local directory to the VM easily to be able to use local IDE and git but execute on the powerful remote machine. Perfect for Data Science applications based around jupyter notebook.
In my previous blog post I explained how to do Terraform deployment of an Azure Data Science Virtual Machine.
Continue readingDeploy Datascience infrastructure on Azure using Terraform
In this article I will talk about my experience building my first infrastructure deployment using Terraform that does (a little) more than combining off-the-shelf resources.
The stack we will deploy π¦
Lately Iβve been looking at a lot of Microsoft Azure services in the big data area. I am looking for something to replace a Hadoop based π data analytics environment consisting mainly of HDFS, Spark & Jupyter.
Continue reading
