Designing a serverless finance system on Google Cloud

Поделиться
HTML-код
  • Опубликовано: 16 окт 2024

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

  • @OcheEjembi-q3c
    @OcheEjembi-q3c 3 месяца назад +2

    This is an awesome way to teach and learn. Kudos to all involved

    • @TheMomander
      @TheMomander 3 месяца назад

      We're glad to hear you found it useful!

  • @abhishekdanej
    @abhishekdanej 2 года назад +6

    Absolutely liking this use case driven approach to learning!

  • @xerxes-ei9gl
    @xerxes-ei9gl 2 года назад +4

    You guys have such a good vibe😃

  • @isamu17
    @isamu17 2 года назад +2

    Great video. These use cases are so helpful and informative

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

    That was absolutely great!!!

  • @Zubi_zoobster
    @Zubi_zoobster 2 года назад +3

    Good stuff. More use cases please !

  • @madsalama
    @madsalama 2 года назад +2

    This was amazing! I would like to practice whatever it takes for this to be my job everyday! 🤩

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

    Excellent stuff. In the design videos, you use IAP. Why do you never include API Gateway?

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

      Good question! Identity-Aware Proxy (IAP) and API Gateway are slightly different products. IAP provides a user interface for users to log in with and locks out anyone who isn't on the approved user list. API Gateway provides a simplified API surface in front of your back-end services and lets you monitor it. It does not provide a user interface for login in and you can't give it a list of approved users.

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

      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.

  • @LordCAR
    @LordCAR 2 года назад +1

    In the use case presented here, why did you go for VisionAPI instead of DocAI?

    • @TheMomander
      @TheMomander 2 года назад +1

      We *meant* the Doc AI. Thanks for pointing this out.

  • @aasish.san1188
    @aasish.san1188 2 года назад

    I like the video towards making design choices and coming up with a final design. Where can I find similar videos?

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

    Can I use Firebase instead of SQL then set user auth , and add rules in firebase.

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

      Yes, you could use a different database. There are two reasons we didn't pick Firebase or Firestore for this architecture:
      1. This system handles money and it will probably need to aggregate many records (sums, averages, etc). A traditional SQL database is better at that than a NoSQL database like Firestore.
      2. The data in the system, like invoices, aren't tied to individual users. Access rules based on user id aren't as helpful in that case.
      Hope this helps!

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

    Great video! more of this please

  • @nitsshukla
    @nitsshukla 2 года назад +1

    Loved them

  • @kristopherleslie8343
    @kristopherleslie8343 2 года назад +2

    Perfect video

    • @googlecloudtech
      @googlecloudtech  2 года назад

      Glad you enjoyed it

    • @kristopherleslie8343
      @kristopherleslie8343 2 года назад +1

      @@googlecloudtech thank you so much! Looking forward to more videos! I am an IT Director for a small non profit and I've honestly been blown away by Google Non Profits so thank you so much!!!!

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

    I would love this to see for network

  • @SandeepKudterkarTechGeek
    @SandeepKudterkarTechGeek 2 года назад +1

    Awesome!!

  • @irwindennis
    @irwindennis 2 года назад +1

    Nice! :)

  • @alanignaciosepulvedarodrig1119
    @alanignaciosepulvedarodrig1119 2 года назад +1

    Great!

  • @umeshjavamentor9239
    @umeshjavamentor9239 2 года назад

    The girl made things so interesting!

  • @arjunk5959
    @arjunk5959 2 года назад +1

    Nice scenario..

  • @ivanr2tec
    @ivanr2tec 11 месяцев назад

    it´s a greath scenary thank you for sharing us talent, I would like to know how to do the exact calculation of this scenario in the price calculator to offer implementation opportunities in my ecosystem, I remain at your service, thank you very much.

    • @TheMomander
      @TheMomander 11 месяцев назад +1

      You may be able to use a similar architecture to what we used in this video. But it's hard to tell without knowing the details of your application and requirements.

    • @ivanr2tec
      @ivanr2tec 11 месяцев назад +1

      Thank you very much for your kind response, I do not have an architecture per se, it is just trying to take all those tools that you used to the cost calculator and have an approximate cost to use them in future leads@@TheMomander

    • @TheMomander
      @TheMomander 11 месяцев назад

      @@ivanr2tec I understand. My rule of thumb for pricing out a future system is: use serverless whenever possible, to avoid fixed monthly costs. Unless your application has a large user base, those fixed monthly costs will dominate your cloud bill.

  • @NovanFirmansyah
    @NovanFirmansyah 2 года назад +1

    I found it sooooo basic...