From the course: Rust for Data Engineering

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Demo: Deploying Rust microservices on GCP

Demo: Deploying Rust microservices on GCP - Rust Tutorial

From the course: Rust for Data Engineering

Demo: Deploying Rust microservices on GCP

- [Instructor] Here we have a repository that has a Rust microservice that's already been built inside. And you can see here when it's deployed it will look like this. There'll be a cloud run interface there'll be a microservice and we're able to access that microservice. So what does the architecture look like for this application? To start with, we have this concept of a continuous delivery of a containerized rust microservice on the Google Cloud platform. The code will live in GitHub. Any change that's made will be triggered into the GCP Cloud Build environment, which in turn can auto deploy into the containerized container as a service cloud run application. Here you have Rust, which is a microservice framework that is able to do low memory, high performance compute and we're able to push this constantly as it updates into production. So that's what we're going to build. Let's go ahead and get started. What…

Contents