Build, Deploy, and Scale Your First Web App Using DigitalOcean App Platform

Поділитися
Вставка
  • Опубліковано 10 вер 2024

КОМЕНТАРІ • 38

  • @alex_chugaev
    @alex_chugaev 3 роки тому +12

    App platform is great product. Switched from AWS and very happy

  • @Anything2bCool
    @Anything2bCool 3 роки тому +11

    So it can handle horizontal scaling by creating extra nodes for running your code...but can it automate horizontal database scaling? i.e. Replicating the contents of a master db across slave dbs so many users can hit the db?

  • @christianangelomsulit3759
    @christianangelomsulit3759 3 роки тому +3

    No nodejs rest api using typescript? can't find any documentation.

  • @appstuff6565
    @appstuff6565 3 місяці тому

    thanks for this!

  • @wormchickenwizard
    @wormchickenwizard 2 роки тому +1

    Does app platform work with any other git platforms?

  • @berthojoris
    @berthojoris 3 роки тому

    Hi...I wanna ask..
    Why does it take 4-5 minutes for this service to deploy (pull code) from Github every time?
    Does it take that long to pull the code?
    I see every time the code is loaded, the server always does a "composer install". Are you experiencing the same thing?
    Thanks

  • @martinschweizer2681
    @martinschweizer2681 Рік тому

    Excellent - thanks!

  • @khadijaab9184
    @khadijaab9184 3 роки тому +1

    I added Domain name to my app, It's been 5 hours and my custom domain still running with status "Configuring". Is that normal?

    • @tash-jq
      @tash-jq 3 роки тому

      Did you find a fix for this ?

    • @DigitalOcean
      @DigitalOcean  3 роки тому

      Hi Khadija! Can you please open a support ticket so that we can address this for you? Thank you so much!

    • @info.vishalgohil
      @info.vishalgohil 3 роки тому

      @@DigitalOcean I'm also facing same issue, My domain is in Godaddy, so in Godaddy I'm adding the CNAME: prnt.sc/1dy20wp

  • @arefaslani
    @arefaslani 3 роки тому +2

    That was cool 🙂 Like it 👍

  • @erickgutierrez6471
    @erickgutierrez6471 3 роки тому +1

    Hi, how can i host a Nest JS app in app platform?

    • @martinmtandi335
      @martinmtandi335 2 роки тому

      I am looking to do the same thing, how did you eventually do it?

  • @christianangelomsulit3759
    @christianangelomsulit3759 2 роки тому

    very bad build process super slow! it can take up hours of deploying new changes and sometimes failed

  • @vladimirgorea8714
    @vladimirgorea8714 3 роки тому

    Does it support Django as well?

  • @nathanmwamba8840
    @nathanmwamba8840 3 роки тому

    hey how can I return a view in my laravel project after I have uploaded the image?

    • @DigitalOcean
      @DigitalOcean  3 роки тому

      Hey Nathan! I'd suggest watching some of our Laravel videos, as this specific demo does not cover that. Also, you can check out the Laravel docs for views laravel.com/docs/8.x/views

  • @SiyaMedia
    @SiyaMedia 3 роки тому +1

    Does app platform work with Streamlit?

    • @DigitalOcean
      @DigitalOcean  3 роки тому

      Hey Siya! Yes it should work. You can refer to this page for more information docs.digitalocean.com/products/app-platform/build-system/cloud-native-buildpacks/python/. If you run into any issues, we recommend you post in the community Q&A here www.digitalocean.com/community/questions/new?tags=Digitalocean%20App%20Platform

  • @creative-commons-videos
    @creative-commons-videos 3 роки тому +1

    is this platform scalable like Kubernetes ?

    • @DigitalOcean
      @DigitalOcean  3 роки тому +1

      Yes, it actually runs on top of Kubernetes but it’s much easier to manage and scale!

  • @matarloum2894
    @matarloum2894 3 роки тому +2

    Seems too good to be true..

  • @UrzaRage778
    @UrzaRage778 3 роки тому

    Is it possible to have a Blazor application (server-side or Web Aseembly) run on this platform?

    • @DigitalOcean
      @DigitalOcean  3 роки тому

      Hi Kevin! Yes, you can deploy Blazor or WASM applications on App Platform! You will need to include a Dockerfile with the build instructions in your repo as they are not natively supported using Buildpacks. See the documentation on the Build System for more details: docs.digitalocean.com/products/app-platform/build-system/

  • @phillipbooth7879
    @phillipbooth7879 Рік тому

    App Spec for CORS please

  • @tazeenhashmat8932
    @tazeenhashmat8932 Рік тому

    Hello Kamal Nassar.

  • @tochimclaren
    @tochimclaren 3 роки тому

    Nice concept, check the demo app. No Django.

  • @dorgaroto
    @dorgaroto 3 роки тому

    nice.

  • @faizsyed658
    @faizsyed658 3 роки тому

    Are you planning to add support for java apps

    • @DigitalOcean
      @DigitalOcean  3 роки тому +2

      Hi Faiz! Native support for Java apps is planned but in the mean time you can use a Dockerfile to deploy Java apps.

  • @ramachandran2023
    @ramachandran2023 3 роки тому

    can i host flask app in app platform

    • @DigitalOcean
      @DigitalOcean  3 роки тому +1

      Here you go! www.digitalocean.com/community/tutorials/how-to-deploy-a-flask-app-using-gunicorn-to-app-platform

    • @ramachandran2023
      @ramachandran2023 3 роки тому +1

      @@DigitalOcean thanks for quick reply