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 - 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
-
-
-
-
-
-
-
-
-
-
-
(Locked)
Jack and the Beanstalk data pipelines3m 7s
-
(Locked)
Open source data engineering: Pros and cons5m 17s
-
(Locked)
Core components of data engineering pipelines3m 6s
-
(Locked)
Rust AWS step functions pipeline6m 54s
-
(Locked)
Rust AWS Lambda Async S3 size calculator4m 57s
-
(Locked)
What is Distroless?2m 34s
-
(Locked)
Demo: Deploying Rust microservices on GCP6m 57s
-
(Locked)
-
-