Deploy your Rust project in 20 minutes

Ғылым және технология

Deployment shouldn't be difficult. In this video you'll be guided through deploying your Rust project using 3 popular deployment technologies. You'll also learn how to leverage caching to deploy your code changes in near real time.
FREE Rust training: letsgetrusty.com/bootcamp
Code: github.com/letsgetrusty/api-d...
Chapters:
0:00 Overview
2:16 Docker
8:36 Digital Ocean & Github Actions
16:58 Caching

Пікірлер: 90

  • @letsgetrusty
    @letsgetrusty11 ай бұрын

    📝Get your *FREE Rust training* : letsgetrusty.com/bootcamp

  • @leifelliott1500
    @leifelliott150011 ай бұрын

    Very practical tutorial. I'm reading through Zero2Prod in Rust right now, very happy about the state of using Rust to build web microservices. I would love to see a full Axum framework tutorial.

  • @haydn.murray

    @haydn.murray

    11 ай бұрын

    I’m reading zero2prod too!

  • @attilluss

    @attilluss

    11 ай бұрын

    Also reading it..or going back to it after few months

  • @gustav_spin
    @gustav_spin11 ай бұрын

    There is no better video on youtube of how to make a deploy! Thank you so much for the video, simply the best explanation I've ever found.

  • @ludwig8841
    @ludwig884111 ай бұрын

    I would love a full tutorial on the Axum framework!

  • @TheOriginalJohnDoe
    @TheOriginalJohnDoe11 ай бұрын

    I feel honored that you used my credentials in your video.

  • @lll_Death_lll
    @lll_Death_lll11 ай бұрын

    Would love to see an Axum tutorial! Btw, I think link to code in the description doesn't work

  • @letsgetrusty

    @letsgetrusty

    11 ай бұрын

    Fixed the link!

  • @rmnilin
    @rmnilin11 ай бұрын

    Thank you for the engaging content! I'd like to share my opinion regarding the axum tutorial. I find the topic of refactoring a project from the state shown in the video to a minimal production-ready state, including migrations, binding DTOs with models, error handling, etc., more intriguing. There are plenty of resources about building a pet-project-like API based on axum, but content covering the topic I described would be, in my opinion, significantly more valuable and rare.

  • @rmnilin

    @rmnilin

    11 ай бұрын

    Ah, it is mentioned at the end of the video that the topic of real-world applications will be covered within the bootcamp. Thank you!

  • @CamembertDave
    @CamembertDave11 ай бұрын

    Being able to use the scratch base image is really cool. Did a quick test. It took an 18.6 MB (6.7 MB compressed) alpine-based image down to 11.3 MB (3.4 MB compressed).

  • @lapppse2764
    @lapppse276411 ай бұрын

    Thank you for your videos! They help a lot!

  • @lukevanaardt8675
    @lukevanaardt867511 ай бұрын

    I'd love a full Axum tutorial! Thanks for the great videos!

  • @sustainablewww6715
    @sustainablewww671511 ай бұрын

    Fantastic video 😊 more of these please.

  • @iva1389
    @iva13892 ай бұрын

    Fantastic tutorial! Excellent explanation! Thank you!

  • @scotty3024
    @scotty302411 ай бұрын

    One of the most useful videos on this channel!

  • @letsgetrusty

    @letsgetrusty

    11 ай бұрын

    Thank you!

  • @MadTofan
    @MadTofan11 ай бұрын

    I was pulling my hair and spent a week to do what this video display for my microservice axum and tonic project last month. I haven't tried the caching yet, but since my server is an on prem machine, it is not a major issue. 😊

  • @jonas6386
    @jonas638611 ай бұрын

    Great to see a video that provides the full picture of writing and deploying a rust web app! Maybe I missed something, but at 6:55 we define a volume for the database. Will this volume be a directory on the droplet? If that is the case, I guess in a production scenario, we would also like to have a mechanism to take backups of that directory in case it contains valuable user data.

  • @min2sia
    @min2sia11 ай бұрын

    Shuttle is another nice alternative. Exploring it right now.

  • @j.enriqueortegasilvera6570
    @j.enriqueortegasilvera657011 ай бұрын

    Great video , super useful , in my personal project.

  • @cedwards1080
    @cedwards108011 ай бұрын

    Your videos are very well done!

  • @kevz3351
    @kevz335111 ай бұрын

    Thanks for the tutorial!

  • @HunterRoMike
    @HunterRoMike9 ай бұрын

    Please make a video series on the Axum framework. Awesoe video, btw!

  • @CalifornianViking
    @CalifornianViking11 ай бұрын

    What are your thoughts about deploying something stateful like Postgres in a container? Is it recommended? What are the pros and cons?

  • @adrianscarlett
    @adrianscarlett7 ай бұрын

    I'd love to see a comparison of frameworks, it would be interesting to see how easy (or hard...) it is to change to a different one.

  • @irlshrek
    @irlshrek11 ай бұрын

    thanks for this!

  • @legionfalls
    @legionfalls11 ай бұрын

    Would love to see an Axum tutorial!

  • @jamaicandisciples7207
    @jamaicandisciples72075 ай бұрын

    Well done. Please create tutorial on Axum. Thanks

  • @Light_Akira
    @Light_Akira11 ай бұрын

    very nice tutorial!

  • @aperson4051
    @aperson405111 ай бұрын

    This was great. Could you do something similar with kubernetes?

  • @SyamaMishra
    @SyamaMishra11 ай бұрын

    Yes please for an Axum tutorial.

  • @digitalfriday
    @digitalfriday11 ай бұрын

    excellent

  • @dmitriidemenev5258
    @dmitriidemenev525811 ай бұрын

    It would be amazing if you mentioned Shuttle.

  • @thehard-coder9398
    @thehard-coder939811 ай бұрын

    @letsgetrusty - thanks for creating such a great video. Will this content will be covered in the Bootcamp?

  • @letsgetrusty

    @letsgetrusty

    11 ай бұрын

    Yes it will!

  • @thehard-coder9398

    @thehard-coder9398

    11 ай бұрын

    @@letsgetrusty - I'm already a student of your Bootcamp. However, I don't see the content in the bootcamp. Would you mind sharing? Thank you

  • @mygamesm
    @mygamesm11 ай бұрын

    may i know what extension gives you the in editor debug errors?

  • @UweStrempel
    @UweStrempel11 ай бұрын

    Axum tutorial would be nice.

  • @aftalavera
    @aftalavera11 ай бұрын

    The boot camp is just starting to sound like the release of Jai!

  • @DJenriqez
    @DJenriqez11 ай бұрын

    Personally (not saying its good) its easier and faster (for me) to build rust under linux WSL and then in Docker file only copy build result. Docker container is then smaller, and build with deployment are faster.

  • @oriyadid

    @oriyadid

    11 ай бұрын

    I already replied to this earlier but seems KZread hid the comment. A better way to do this is a Multi-Stage Build. It's a native docker feature and it lets you build inside one image, then copy the binary to a new one, which will be the final product. This way the entire process is in docker, and you don't need to depend on WSL.

  • @DJenriqez

    @DJenriqez

    11 ай бұрын

    @@oriyadid this is too big overkill for project types, budgets and people I work with,… docker is evil for me I have to handle somehow,… but I agree.

  • @rHino122295
    @rHino12229510 ай бұрын

    This is an amazing video. Saving for later

  • @priyankgupta
    @priyankgupta11 ай бұрын

    Hey dude, I have a thing for technical writing. Can I use this video to write a technical blog post that will basically trace this video? Asking for permission, will obviously credit appropriately.

  • @sighupcmd
    @sighupcmd11 ай бұрын

    One of the main killer features of rust for me is ability to avoid docker completely. So all I need to do is create .sevice file, and just scp my binary. Of course containers are great for scale, but I will use scp/ansistrano as long as possible. So, you can deploy rust in 5 minutes for the first time, and in 1 second all the others :)

  • @yollotltamayo2685

    @yollotltamayo2685

    11 ай бұрын

    Hi can you elaborate on this ? thanks in advance

  • @kombi1697
    @kombi16977 ай бұрын

    Did anyone experience issue connecting to their droplet IP?...my droplet IP refused to connect and I don't really know why despite taking the same steps.

  • @MrPielover19
    @MrPielover1911 ай бұрын

    why axum instead of rocket? personal preference or is there a specific reason?

  • @தமிழோன்

    @தமிழோன்

    11 ай бұрын

    Maybe because Axum is developed by the Tokio team. Rocket is mostly developed by a single developer. A lot could go wrong if he abandoned the project.

  • @badtrapify
    @badtrapifyАй бұрын

    I'm kinda new to rust and i try to do what is described here (Had to change a few actions / versions) but in general: The github action is not able to compile my code, because sqlx needs a database running when using the query! macro and there is no database at compile time. Even if i provide a .env file with DATABASE_URL being set, i get compile time errors, that DATABSE_URL needs to be set. (I don't think this would change anything, as there... is no database on the action runner). Is there any special sqlx compile time magic i'm missing out? Second thing i notice: There is a github action secret being set for the DO API token. But it seems to never being used actually (Why should it be? You just ssh / scp into an existing droplet. No need for digital ocean API calls?!)

  • @badtrapify

    @badtrapify

    Ай бұрын

    Ok. I could answer the first question mysqlf by checking the sqlx docs. And if another newbie stubles accross, this one is for you: I had to set up an accessable db (or postgres container) and then: sqlx database create sqlx migrate run to apply the db-migrations in the migrations folder and then cargo sqlx prepare To prepare everything for SQLX Offline compilation mode.

  • @daviidon
    @daviidon9 ай бұрын

    Awesome but this needs to be more robust for real production services. You should only shutdown old containers after the new one is up and healthy which would need a proxy and the database container should be kept separately. You wouldn't want to restart your database every time your api changes.

  • @hos7012
    @hos701211 ай бұрын

    axum plz

  • @redhawk3385
    @redhawk338511 ай бұрын

    I love you videos, however actions-rs/toolchain is long dead. It should not be used since it is not maintained anymore. I would love to see a video on rust ci for building on all os's, then testing audit and clippy on just linux.

  • @penguin_brian

    @penguin_brian

    11 ай бұрын

    Is there something else we should be using instead?

  • @badtrapify

    @badtrapify

    Ай бұрын

    @@penguin_brian I'm currently trying it with dtolnay/rust-toolchain@stable

  • @flyaruu
    @flyaruu11 ай бұрын

    The caching part of the video was kinda rushed, that part deserves its own in depth video

  • @tekipeps
    @tekipeps11 ай бұрын

    Doesn't this cause downtime?

  • @clayratliff7727
    @clayratliff772711 ай бұрын

    Good video but the link to the repo is broken

  • @letsgetrusty

    @letsgetrusty

    11 ай бұрын

    Fixed the link!

  • @lostphysicist
    @lostphysicist11 ай бұрын

    The github link is broken

  • @letsgetrusty

    @letsgetrusty

    11 ай бұрын

    Fixed the link!

  • @barreltitor1419
    @barreltitor14199 ай бұрын

    I'd replace docker with podman

  • @logeshkumarrajkumar861
    @logeshkumarrajkumar86111 ай бұрын

    Hi Thanks for the video. The githib link is broken.

  • @letsgetrusty

    @letsgetrusty

    11 ай бұрын

    Fixed the link!

  • @logeshkumarrajkumar861

    @logeshkumarrajkumar861

    11 ай бұрын

    @@letsgetrusty Awesome. You are the best. Looking forward for the Axum video

  • @Alex-hr2df
    @Alex-hr2df11 ай бұрын

    But you're running Postgres locally in the Deoplet. Not good! Data will be lost even if you have volume in place. You should separate it. And by doing so, you don't need docker-compose anymore. Jusaying.

  • @ishaanmalhotra3008

    @ishaanmalhotra3008

    11 ай бұрын

    Yeah I was very confused by that. How does the database actually write on the disk, or does it just store in memory

  • @CalifornianViking

    @CalifornianViking

    11 ай бұрын

    I asked the same question. Containers are stateless.

  • @ac130kz
    @ac130kz11 ай бұрын

    passwords aren't good, there should be a key instead

  • @semenivanoff8615
    @semenivanoff86158 ай бұрын

    Why to deploy to virt machine instead of deploying to container services?!! Containers are 10-20 times cheaper than VMs...

  • @curio78
    @curio78Ай бұрын

    rust needs an minimum IDE like dev-C++. somone just modify that to support Rust. Then Rust will take off. Until then, without any basic IDE support for debugging what's the point? FIrst rule of programing language build tools to debug.

  • @primozpadar
    @primozpadar11 ай бұрын

    You could use docker swarm or dokku instead of docker-compose (which us not really meant for producion). Otherwise, really great video!

  • @coffee-is-power
    @coffee-is-power11 ай бұрын

    1:44 postman... that's forbidden, must use insomnia..

  • @coffeefingies
    @coffeefingies11 ай бұрын

    Repo link is a 404

  • @letsgetrusty

    @letsgetrusty

    11 ай бұрын

    Fixed the link!

  • @skeam_tv
    @skeam_tv11 ай бұрын

    action-rs toolchain github action is an unmaintained project btw

  • @janisozols2055
    @janisozols205511 ай бұрын

    Your repository is private.

  • @letsgetrusty

    @letsgetrusty

    11 ай бұрын

    Fixed!

  • @tcurdt
    @tcurdt11 ай бұрын

    Please don't use root and password auth this way. 😞

  • @haliszekeriyaozkok4851
    @haliszekeriyaozkok485111 ай бұрын

    deploying rust with docker is pointless. When you write rust apps you expect maximum performance from them. But docker is actually written with more slower languages than rust, it slows down rust very significantly. Because of that rust app's shouldn't be dockerized. If you should dockerize something, than you should write go or more slower and easier language instead. Depending on that, i love to see how to deploy rust apps on a vps and cloud. And i want to learn axum framework. I start to learn rocket in this times.

  • @tcurdt

    @tcurdt

    11 ай бұрын

    > But docker is actually written with more slower languages than rust, it slows down rust very significantly You probably should do your homework on that one.

  • @int32_

    @int32_

    11 ай бұрын

    docker performance is near to native, with noticeable overhead only if you don't use host networking

  • @ybergik
    @ybergik11 ай бұрын

    I've never understood why anyone would favour bloated deployment options to the simple 1) stop service, 2) replace binary, 3) start service.

  • @Notoriousjunior374

    @Notoriousjunior374

    11 ай бұрын

    What are you even saying?

  • @ac130kz

    @ac130kz

    11 ай бұрын

    good luck paying the bills with all those downtimes

  • @DJenriqez

    @DJenriqez

    11 ай бұрын

    You are right but only for some types of projects,… when you have small VM infrastructure this is cheapest and easiest option. I have customer, fifty years old company where this is the only way.

  • @hendrykhoza4782
    @hendrykhoza478210 ай бұрын

    Your bootcamp is so expensive, I am disappointed

Келесі