Skip to content

Instantly share code, notes, and snippets.

@SimonCoulombe
Created January 17, 2019 16:57
Show Gist options
  • Save SimonCoulombe/2fa0af5061d1e60dad26641240d7a299 to your computer and use it in GitHub Desktop.
Save SimonCoulombe/2fa0af5061d1e60dad26641240d7a299 to your computer and use it in GitHub Desktop.
system("bash src/get_blob_data.sh")
wget -O azcopy.tar.gz https://aka.ms/downloadazcopylinux64
tar -xf azcopy.tar.gz
sudo ./install.sh
azcopy \
--source https://BLOBCONTAINER.blob.core.windows.net/CONTAINERNAME \
--destination data/raw \
--source-key SUPERLONGKEYENDINGWITH== \
--recursive
wget -O data/interim/lfsa000b16a_e.zip http://www12.statcan.gc.ca/census-recensement/2011/geo/bound-limit/files-fichiers/2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment