Amazon Timestream - Stock trades demo

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

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

  • @russomi
    @russomi 3 года назад

    Thanks for the great demo!

  • @thewisearchitect
    @thewisearchitect 10 месяцев назад

    Great demo @cloudonaut. Thank U.

    • @cloudonaut
      @cloudonaut  10 месяцев назад

      Thanks for your motivating feedback!

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

    The errors you're getting are when partial query text is selected/highlighted (it executes just the highlighted portion)

    • @cloudonaut
      @cloudonaut  3 года назад

      I see. Thank you!

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

      I was hitting my head against the table when you kept saying it was an issue with the UI arghhh!! Thank you for telling him, yoni. haha Good video, thanks.

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

    Great demo @cloudonaut. I have a doubt. How can I use time series data for stocks charts which are changing real time. What is the in general query time ?

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

      Timestream stores the latest data in memory, and only writes historical data to disk.
      ANTWORTEN

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

    hello, how would i get the open and close price for each time_bin?

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

      Is your definition of the open/close price the first/last price of a bin? If so, use first_value(), last_value().

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

    hey michael, how is the network connectivity managed ? like do you have to connect from ec2 within the vpc or you can connect to timestream
    database using internet

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

      Both options are possible. By default, the AWS/Timestream API is available via the public Internet. But you can create a VPC endpoint for a private VPC only connection docs.aws.amazon.com/timestream/latest/developerguide/VPCEndpoints.html

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

    Hi Michael, I am looking at ingesting data from sensors > Raspberry Pi > IoT Core > Timestream Are you still happy with the performance of Timestream? Is it cost-effective? Thanks