Uploading Pokemon data from a CSV into a PlanetScale SQL Database
Please rate the course
Source:
Category:
Language:
English
Duration:
01:27:33
Number of lessons:
15
Added date:
20/05/2024
Rating:
0.0
Course short description
Serde is a foundational crate in the Rust ecosystem. We'll use serde for the first time to ingest CSV files into Rust structs. Then we'll use async Rust to send data to to PlanetScale, a hosted MySQL that works with Serverless functions. Along the way this workshop covers Rust language features such as implementing traits. This workshop includes an optional extra lesson introducing advanced async concepts like FuturesUnordered and Streams.