Designing a serverless finance system on Google Cloud

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024

ความคิดเห็น • 32

  • @OcheEjembi-q3c
    @OcheEjembi-q3c 2 หลายเดือนก่อน +2

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

    • @TheMomander
      @TheMomander 2 หลายเดือนก่อน

      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😃

  • @EdgarAGuevaraN
    @EdgarAGuevaraN ปีที่แล้ว +2

    That was absolutely great!!!

  • @Zubi_zoobster
    @Zubi_zoobster 2 ปีที่แล้ว +3

    Good stuff. More use cases please !

  • @isamu17
    @isamu17 2 ปีที่แล้ว +2

    Great video. These use cases are so helpful and informative

  • @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.

  • @madsalama
    @madsalama 2 ปีที่แล้ว +2

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

  • @AhmetN
    @AhmetN ปีที่แล้ว

    I would love this to see for network

  • @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.

  • @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!!!!

  • @bencilao
    @bencilao ปีที่แล้ว

    Great video! more of this please

  • @arjunk5959
    @arjunk5959 2 ปีที่แล้ว +1

    Nice scenario..

  • @nitsshukla
    @nitsshukla 2 ปีที่แล้ว +1

    Loved them

  • @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!

  • @alanignaciosepulvedarodrig1119
    @alanignaciosepulvedarodrig1119 2 ปีที่แล้ว +1

    Great!

  • @umeshjavamentor9239
    @umeshjavamentor9239 2 ปีที่แล้ว

    The girl made things so interesting!

  • @irwindennis
    @irwindennis 2 ปีที่แล้ว +1

    Nice! :)

  • @SandeepKudterkarTechGeek
    @SandeepKudterkarTechGeek 2 ปีที่แล้ว +1

    Awesome!!

  • @ivanr2159
    @ivanr2159 10 หลายเดือนก่อน

    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 10 หลายเดือนก่อน +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.

    • @ivanr2159
      @ivanr2159 10 หลายเดือนก่อน +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 10 หลายเดือนก่อน

      @@ivanr2159 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...