Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 236 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 236 Bytes

MelbourneDatathon2018

What I have done:

  1. Some Configurations for Melbourne Datathon 2018

  2. Upload the Data into Google Cloud Platform

1. Command line - Unzipping ".gz" files

find . -type f -name "*.gz" -exec gunzip {} ;