"Microservices" describes a software design pattern in which an application is a collection of loosely coupled services. These services are fine-grained, and can be individually maintained and scaled. The microservices architecture is ideal for the public cloud, with its focus on elastic scaling with on-demand resources. In this course, you will learn how to build Java applications using Spring Boot and Spring Cloud on Google Cloud Platform.
Class Deals by MOOC List - Click here and see Coursera's Active Discounts, Deals, and Promo Codes.
You'll use Cloud Runtime Configuration and Spring Cloud Config to manage your application's configuration. You'll send and receive messages with Cloud Pub/Sub and Spring Integration. You'll also use Cloud SQL as a managed relational database for your Java applications, and learn how to migrate to Cloud Spanner, which is Google Cloud's globally-distributed strongly consistent database service. You'll also learn about tracing and debugging your Spring applications with Stackdriver.
To succeed in this course, you should be familiar with the Java programming language and building Java applications with tools such as Maven or Gradle. You should also have general knowledge of Google Cloud Platform
Syllabus
WEEK 1
Course introduction
In this module you will get a survey of the course's scope and content.
Introduction to GCP Services and Spring Boot
WEEK 2
Building the Demo Application