Building scalable apps with Cloud Datastore (Google Cloud Next '17)

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

КОМЕНТАРІ • 11

  • @andresm9051
    @andresm9051 4 роки тому

    if I have multiple users who want to update the same entity for it's profile information at the same time, what will happen then I wouldn't work because of 1 write per second, and the this is no a good choice for my app?

    • @andresm9051
      @andresm9051 4 роки тому

      thanks I saw the entire video I get the answer instead of having a auto generated ID, use a composite ID like reviewId-userId and gameId indexed to get million or writes per second, look like strongly consistent

  • @kzaskar
    @kzaskar 7 років тому +1

    It would be informative to cover cases how some companies moving from relational to nosql solution with Datastore. Understanding it is case by case however some ideas on transition would help.

  • @curiosull
    @curiosull 6 років тому

    11:45 how doed one app engine instsnce can have an affinity for a game world zone? We make our own systrm or GCP had a builtin feature?

  • @chchristomanos
    @chchristomanos 7 років тому

    Do you publish the slides somewhere?

  • @nikhilagarwal5326
    @nikhilagarwal5326 7 років тому

    @4:20 - Why is cost not considered for deciding on which storage solution to go with? The main reason I am planning to use Cloud Datastore instead of Cloud Spanner or Firebase Realtime DB is costing.

    • @DanMcGrathAtGoogle
      @DanMcGrathAtGoogle 7 років тому +2

      Because cost is generally a last step and is highly dependent on use-case among other factors. Any of those 3 products could be more expensive or more economical depending on scale and how it is intended to be used. There will also be a trade-off in engineering time, etc, for different workloads which is hard to figure into basic guidelines. @4:20 is a cheat-sheet for what we see as the major path most customers take. As with anything, what is most applicable will very by your own needs.

  • @RaoVenu
    @RaoVenu 6 років тому

    "If you look at the source code...". Yes, but where is the source code?

  • @Molu1995
    @Molu1995 7 років тому +1

    Google team please consider my request , im student i really want you to do summit related to cloud computing in North India so that cloud jobs increase in n number . Thanks for your consideration And Love you Google

  • @nikhilagarwal5326
    @nikhilagarwal5326 7 років тому

    Will Cloud Datastore add events for Cloud Functions in the near future?