Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ameobea/rust-cloud-run-demo
- Owner: Ameobea
- Created: 2019-04-24T09:20:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T18:53:26.000Z (3 months ago)
- Last Synced: 2024-10-09T20:41:36.927Z (about 1 month ago)
- Topics: cloud, cloud-run, diesel, mysql, rocket, rust
- Language: Rust
- Homepage:
- Size: 65.4 KB
- Stars: 36
- Watchers: 4
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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/)