Window Aggregations | Stream Processing

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

КОМЕНТАРІ • 11

  • @hariomsharma7674
    @hariomsharma7674 2 роки тому

    Thank you for providing such valuable content, please add more such videos.

  • @akshadk7
    @akshadk7 2 роки тому +1

    Also something on Knowledge Graphs and how Search Engines use them behind the scenes, maybe building one with something like Python and Neo4J.

    • @irtizahafiz
      @irtizahafiz  2 роки тому

      I like that idea. I will try to think what's the best way to create a video on that topic.

  • @saip009
    @saip009 Рік тому

    Hey - just a quick call out, you pasted the edit URL for the document in description. People can delete/modify it unexpectedly.

  • @joydeepbanerjee41
    @joydeepbanerjee41 Рік тому

    Great video. What do you think about when to use batch processing vs when to use stream processing with respect to time window size? For example if you are generating a report say every day I think batch processing from raw log data makes more sense. However if you are trying to generate aggregated data near real time, every 2 mins say, then stream processing makes more sense. But what can be a time window size where switching from stream processing to batch processing is beneficial.

    • @irtizahafiz
      @irtizahafiz  Рік тому

      You are spot on about batch vs stream processing.
      I don't think there's a definite time window size. It depends on your use case.

  • @anirudhsyal5695
    @anirudhsyal5695 Рік тому

    Hi can you showcase how windowing can be achieved on synthetically generated random time stamped data in python and consumed using Kafka

    • @irtizahafiz
      @irtizahafiz  Рік тому

      I actually have that in my backlog. Expect to see it in the coming months.

  • @akshadk7
    @akshadk7 2 роки тому

    Hey, can we have a Video on Designing a Real-Time Data Streaming Service based System, something like Spotify (Music Streaming), ClubHouse (Audio Streaming), Hotstar Live (Video Streaming), Google Meet (Video Streaming) ?

    • @irtizahafiz
      @irtizahafiz  2 роки тому

      I do plan on creating a video about Spotify system design soon. Thank you for the suggestion!