×

Codible's video: Uploading large files to Google Storage using a VM Instance

@Uploading large files to Google Storage using a VM Instance
If you have a really large file - upwards of 100 MB - that you want to import to your Google Cloud storage, you can bypass your personal computer, and instead use Google Cloud VM Instance. This is quicker and more efficient. This video shows you how. See my book for more details: https://www.amazon.com/Data-Analytics-Google-Cloud-Hands-ebook/dp/B087XZZ2C6/ Install the wget command in Linux: sudo apt-get install wget Download the file to your VM Instance: wget https://s3.amazonaws.com/nyc-tlc/trip+data/yellow_tripdata_2019-01.csv Create a bucket on Google Storage: gsutil mb gs://your-bucket-name-here/ Upload csv file to your bucket in Google Storage: gsutil cp yellow_tripdata_2019-01.csv gs://your-bucket-name-here/ Delete csv file from your VM Instance: rm yellow_tripdata_2019-01.csv

94

8
Codible
Subscribers
18.3K
Total Post
149
Total Views
1.5M
Avg. Views
29.5K
View Profile
This video was published on 2020-05-28 00:25:17 GMT by @Codible on Youtube. Codible has total 18.3K subscribers on Youtube and has a total of 149 video.This video has received 94 Likes which are lower than the average likes that Codible gets . @Codible receives an average views of 29.5K per video on Youtube.This video has received 8 comments which are lower than the average comments that Codible gets . Overall the views for this video was lower than the average for the profile.

Other post by @Codible