
Explore Google Compute Engine as an infra as a service that delivers fine-grained load balancing, autoscaling, and configurable virtual machine instances for scalable web apps.
Compare the app engine standard and flexible environments, and learn when OS customization is possible, using containers versus virtual machines in a serverless platform.
Create a simple python app with webapp2, configure app.yaml, test locally, and deploy to production on app engine's serverless platform without managing virtual machines.
Learn to create and manage Google Cloud Storage buckets, choose multi-regional, regional, nearline, or coldline storage classes for emergencies, and understand per-bucket and per-object storage class behavior.
Learn to manage lifecycle and permissions for Google Cloud storage buckets using gsutil to create buckets, copy objects, and apply a json lifecycle policy that deletes files after 30 days.
Transfer service enables importing data into cloud storage from AWS S3, HTTP(S), on-premise files via gsutil, or between cloud buckets, with recurring transfers and synchronization to keep data in sync.
Enable secure access to Cloud SQL by using a Cloud SQL proxy to establish a secure TCP tunnel, avoiding IP whitelisting and simplifying credentials and connection management.
Explore how Cloud Spanner delivers strong serializable transactions with commit timestamps, while avoiding hotspotting with hashed keys, and using splits and indices to balance performance and query flexibility.
Set up a Cloud Spanner instance, choose a region, and provision production-ready nodes. Follow guidelines to use at least three nodes and keep CPU utilization under 75% for best performance.
Just wanted to send along an important note for anyone learning a cloud technology like GCP - please be sure to delete your projects, instances and in general to free up your resources after you are done using them. Resources like BigTable, Cloud Spanner are pretty expensive - if you happen to create one, then forget to free it up, you could be hit with real sticker shock when you get your next invoice.
Just something important to keep in mind if you are new to using pay-as-you-go technologies:-)
An important note for anyone learning a cloud technology like GCP - please be sure to delete your projects, instances and in general to free up your resources after you are done using them. Resources like BigTable, Cloud Spanner are pretty expensive - if you happen to create one, then forget to free it up, you could be hit with real sticker shock when you get your next invoice.
Just something important to keep in mind if you are new to using pay-as-you-go technologies:-)
Load newline-delimited json into BigQuery, using auto-detect or a json schema, and access nested fields with the dot operator, including cities lived.
Illustrates data flow as a directed acyclic graph of transformations in a pipeline, moving data from sources to sinks like BigQuery, with backends such as Spark or Flink via runner.
Execute a mapreduce-style dataflow pipeline in Python with Apache Beam to identify the top N Java packages by import counts, run locally or on Google Cloud Dataflow.
Explore running a dataflow pipeline on Google Cloud from BigQuery input to Cloud Storage, monitor autoscaling under quota limits, and interpret the execution graph with parallel pipelines and side inputs.
This course is a really comprehensive guide to the Google Cloud Platform - it has ~25 hours of content and ~60 demos.
The Google Cloud Platform is not currently the most popular cloud offering out there - that's AWS of course - but it is possibly the best cloud offering for high-end machine learning applications. That's because TensorFlow, the super-popular deep learning technology is also from Google.
What's Included: