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

Поделиться
HTML-код
  • Опубликовано: 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