Это видео недоступно.
Сожалеем об этом.

How to design a serverless app

Поделиться
HTML-код
  • Опубликовано: 15 авг 2024
  • In a previous video (goo.gle/3GXFBro) Martin and Sara discussed how to design a user interface for a RUclips comment tracking app. In this video, Martin teams up with Wes to discern which Google Cloud products to use. Watch along and learn how Martin designs an app architecture from start to finish.
    Chapters:
    0:00 - Intro
    0:43 - Recap of previous video
    1:21 - App architecture overview
    2:24 - Cloud databases
    3:00 - Firestore modes
    4:03 - Server-side framework
    5:42 - Where should the HTML be generated?
    6:50 - REST endpoints
    7:27 - Authentication
    8:32 - Static web hosting
    9:25 - Wrap up
    Choose Native mode or Datastore mode → goo.gle/3ONyUtT
    Pick the right database → goo.gle/3ilaqfv
    Pick the right serverless platform → goo.gle/3OQlSft
    Firebase Authentication → goo.gle/3ub5rkc
    Check out more episodes of Serverless Expeditions → goo.gle/Server...
    Subscribe to Google Cloud Tech → goo.gle/Google...
    #ServerlessExpeditions​

Комментарии • 30

  • @googlecloudtech
    @googlecloudtech  Год назад +7

    🤔 What do you think of the choices Martin made? Would you choose different products? Let us know below!
    ✅ Let us know and subscribe for more Google Cloud tips → goo.gle/GoogleCloudTech

  • @Babbili
    @Babbili Год назад +12

    My fav episode, i've done something kinda similar for internal dashboard, it was angular cloud run service with https external load balancer and authentication with IAP

    • @TheMomander
      @TheMomander Год назад +2

      That sounds like a very nice architecture! IAP makes authentication easy for your web apps if you know who your users are up-front, like for a company-internal app. Cloud Identity Platform is my preferred tool when I want new users to be able to sign up.

    • @TheMomander
      @TheMomander Год назад +2

      By the way, the Cloud Run + IAP integration has launched. See the video titled "Cloud Run user auth for internal apps" that was released recently.

  • @anilmm2005
    @anilmm2005 Год назад +5

    Thanks for wonderful architecture set up discussion.Please add application/infra automation set up to make it more comprehensive end to end in future

    • @TheMomander
      @TheMomander Год назад +2

      Excellent idea -- thank you!

  • @PrafullKotecha
    @PrafullKotecha Год назад +5

    Best way to learn - a real world use-case, and not just a "hello world!"

  • @joshblf
    @joshblf Год назад +14

    GCP does a way better job of training people than AWS. It’s almost like they want their platform to be approachable and easy to use…

  • @LarsRyeJeppesen
    @LarsRyeJeppesen Год назад +5

    Firestore, Cloud Run and PubSub are just matches made in Heaven.

    • @TheMomander
      @TheMomander Год назад +2

      Agreed! Now that I think about it, I'm surprised we didn't use PubSub in this app.

    • @LarsRyeJeppesen
      @LarsRyeJeppesen Год назад +2

      @@TheMomander Indeed, and we cannot forget Cloud Memorystore (Redis). Love it

  • @darsh_shukla
    @darsh_shukla Год назад +1

    Waiting for the next part.

  • @ishaanmalhotra3008
    @ishaanmalhotra3008 Год назад +1

    Thanks for this. I couldn't decide between using App engine or Cloud run for my hobby node js app. Guess I'll go with Cloud run then.

    • @TheMomander
      @TheMomander Год назад +1

      Both are great products, but I think you will find that Cloud Run is easier to adapt as your needs change. For example, you might start without containers, and then decide to switch to containers in the future. Cloud Run supports both approaches.

  • @SirWilliamWalker
    @SirWilliamWalker Год назад +2

    Fantastic video, more of these please!

  • @relaygus
    @relaygus Год назад +2

    Thanks for this video. I'm wondering: Why wasn't GCS amongst the options considered to host the static assets?

    • @TheMomander
      @TheMomander Год назад +2

      Good question! Google Cloud Storage is a great option for storing static assets for web apps, like HTML, CSS, and JS files. We should have included it for consideration in the video.

  • @bertiii95
    @bertiii95 Год назад +1

    Fantastic video of a common situation.

  • @soulacquy
    @soulacquy Год назад +1

    nice dashboard and explanation

  • @playcandace
    @playcandace Год назад +1

    This is great!

  • @softwaretestinglearninghub
    @softwaretestinglearninghub Год назад +2

    Great video!

  • @vineethp8168
    @vineethp8168 Год назад +1

    @martin can you please check our conversation thread in the video about memstore and cloud run. Any help is appreciated.

    • @TheMomander
      @TheMomander Год назад

      I have this new comment tracker app, so I never miss a comment any more 😁 ! Was out of the office last week, and will respond to your comment on that other video. Thanks for the heads up.

  • @daviidon
    @daviidon Год назад +1

    I just realized that the first episode was 4months ago...

  • @RadityoPrasetiantoWibowo
    @RadityoPrasetiantoWibowo Год назад +2

    hi, why not just simple cloud run, generated html from cloud run plus little bit jquery 😁

    • @TheMomander
      @TheMomander Год назад +2

      This is an underrated comment 😄. I haven't heard of jquery for a long, long time. But if jquery is what the team knows, and it lets you launch the app sooner, go for it!

    • @LarsRyeJeppesen
      @LarsRyeJeppesen Год назад +3

      JQUERY? whoa

    • @TheMomander
      @TheMomander Год назад +2

      @@LarsRyeJeppesen And here we are kidding around about jQuery, and yet it is still used on 94.6% of all websites that use Javascript according to w3techs. 😮

    • @LarsRyeJeppesen
      @LarsRyeJeppesen Год назад +1

      @@TheMomander yes I know, very sad