Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ameobea/rust-cloud-run-demo

A demo project showing off a Google Cloud Run-compatible web server using Rust, Rocket, Diesel, and MySQL
https://github.com/ameobea/rust-cloud-run-demo

cloud cloud-run diesel mysql rocket rust

Last synced: about 1 month ago
JSON representation

A demo project showing off a Google Cloud Run-compatible web server using Rust, Rocket, Diesel, and MySQL

Awesome Lists containing this project

README

        

# Rust/Rocket/Diesel/MySQL/Google Cloud Run Demo Project

This is a demo project showing off a Google [Cloud Run](https://cloud.google.com/run/)-compatible web server built using Rust, [Rocket](https://rocket.rs/), [diesel](https://diesel.rs/), and MySQL.

Check out the blog post going over how to set this up step by step: [https://cprimozic.net/blog/rust-rocket-cloud-run/](https://cprimozic.net/blog/rust-rocket-cloud-run/)