0% found this document useful (0 votes)
5 views3 pages

Source Code Download

Uploaded by

mahima
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views3 pages

Source Code Download

Uploaded by

mahima
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Location

https://github.com/ChandraLingam/DataLake

Setup

There are two ways to download the code and resources:

· Using a Git client (recommended) OR

· Download the entire repository as a zip file from the Git

Option 1: Git Client (recommended)


This section walks-through steps for using a Git Client

If you are new to Git, you would need to install a Git client on your machine

I use the git for windows tool available at https://gitforwindows.org/

[If you like to use a different tool, the Git website has a list of available GUI Clients https://git-
scm.com/downloads/guis]

Download the tool and install it in your machine

Folder
Create a folder C:\Git\ in your local machine (feel free to use a different location)

From the command prompt, change to the folder

cd c:\Git\

Clone
To clone the repository, from the command prompt, run the git clone command

git clone https://github.com/ChandraLingam/DataLake.git

That’s it!

The clone command will create a new folder named DataLake that contains all the source code for this
course!

C:\Git\DataLake (contains all the files)

Updates
To get the latest code updates

Go to the DataLake folder

C:\Git\DataLake

and run the command


git pull

This command will pull the latest changes from the git

Option 2: Download as a Zip File


If you are not familiar with Git, you can download the entire repository as a zip file

1. From your browser, open the page https://github.com/ChandraLingam/DataLake

2. Expand the Code drop-down and Choose Download Zip

3. Unzip the content in your machine


4. To get the latest code updates, you need to download the zip file again

Summary
With git, you have access to up-to-date code for the course, and it is super easy to get the latest code

You might also like