Learning objectives
- Learn what Cloud Computing is
- Learn what Google App Engine is
- Learn how to use App Engine with Cloud SQL
- Learn how to build and deploy a simple App Engine app
- Learn how to use the App Engine (full-text) Search API
- Learn how to use the Go Runtime with Google APIs
Prerequisites
Related
Google App Engine enables you to build web applications on the same scalable systems that power Google applications. App Engine applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With App Engine, there are no servers to maintain: You just upload your application, and it's ready to serve to your users. This course gives you a solid foundation in what Cloud Computing and Google App Engine are as well as gets you started with the obligatory "Hello World" application.
Classes
-
Introduction to Google App Engine
Learn what Cloud Computing is followed by where Google App Engine fits into this expanding ecosphere.
-
Using Python App Engine with Google Cloud SQL
The goal of this class is to learn how to develop an App Engine application which uses Cloud SQL instances for data storage.
-
App Engine 101 in Python
The goal of this class and its successor is to learn how to build and deploy an App Engine app: a simple guestbook.
-
App Engine 101 in Python, Part II
The goal of this class and its predecessor is to learn how to build and deploy an App Engine app: a simple guestbook.
-
Getting Started with the Python Search API
The goal of this class is to show you the basics of using the App Engine Search API, which lets you add full-text search to your application.
-
A Deeper Look at the Python Search API
This class builds on its precursor to take a deeper look at the Search API. It shows you how to construct more complex search queries and sort the query results in different ways.
-
Getting Started with Go, App Engine and Google+ API
The goal of this class is to show the basics to writing web applications that call Google APIs using the Go programming language.