Source Code Download
Source Code Download
https://github.com/ChandraLingam/DataLake
Setup
If you are new to Git, you would need to install a Git client on your machine
[If you like to use a different tool, the Git website has a list of available GUI Clients https://git-
scm.com/downloads/guis]
Folder
Create a folder C:\Git\ in your local machine (feel free to use a different location)
cd c:\Git\
Clone
To clone the repository, from the command prompt, run the git clone command
That’s it!
The clone command will create a new folder named DataLake that contains all the source code for this
course!
Updates
To get the latest code updates
C:\Git\DataLake
This command will pull the latest changes from the git
Summary
With git, you have access to up-to-date code for the course, and it is super easy to get the latest code