19: Notification Service | Systems Design Interview Questions With Ex-Google SWE

Sdílet
Vložit
  • čas přidán 24. 07. 2024
  • How'd they get a screenshot of my phone for the first slide of the video?!?! I blame Russia
  • Věda a technologie

Komentáře • 52

  • @idiot7leon
    @idiot7leon Před 3 měsíci +8

    Brief Outline
    00:00:59 Notification Service
    00:02:12 Problem Requirements/Capacity Estimates
    00:03:56 Fan Out Design Pattern
    00:06:38 Idempotence
    00:08:17 Idempotence Continued
    00:11:17 Idempotence Continued
    00:12:16 Bloom Filters
    00:14:15 Client Connections to Notification Server
    00:16:56 Final Diagram - Notification Service
    Thanks, Jordan~

  • @maxvettel7337
    @maxvettel7337 Před 3 měsíci +1

    Ive been waiting for this video. This is one of the basic services

  • @nodemodules
    @nodemodules Před 3 měsíci +5

    My third favourite system design CZcamsr just uploaded, sweet!

  • @birmaduwakessa2344
    @birmaduwakessa2344 Před 3 měsíci +3

    Love your videos Jordan! What are your thoughts on creating videos where you build simple projects/programs that implement certain concepts from your systems design playlist? I personally can't find other channels that teach these concepts as well as you, and I feel like doing so would be pretty complementary to your already quality content.

    • @jordanhasnolife5163
      @jordanhasnolife5163  Před 3 měsíci +1

      Hey! It's definitely something that I've considered - when I run out of shit to do/post in a bit I may turn in that direction :)

  • @franklyfrank123
    @franklyfrank123 Před 23 hodinami +1

    The design assumes we have full control on the clients and we can control the logic of the clients to have bidirectional communication, but in reality we often don't have control over the clients. Notification to the clients often requires existing infra (e.g. Apple APNs) which we need to integrate with but cannot modify its protocol.

    • @jordanhasnolife5163
      @jordanhasnolife5163  Před 7 hodinami

      Yeah, but it wouldn't be an interview problem if I just said "hit the APN api" I suppose.

  • @kaiqi462
    @kaiqi462 Před 3 měsíci +1

    Really appreciate recording and sharing these videos. They are super helpful. For idempotency part, I think we can give each message (per user dimension) one increasing number and keep maximum number on server side. By comparing service and client side's number, we can know if any message is missing or not.

  • @harikareddy5759
    @harikareddy5759 Před 3 měsíci +2

    Jordan, another great video, thank you!
    Would you be interested in doing the system design of a Google Sheets like application(not the collaboration functionality that you have already covered in Google Docs) but with features more closely resembling Airtable/Causal, focusing on real-time formula application?

    • @jordanhasnolife5163
      @jordanhasnolife5163  Před 3 měsíci +1

      Hey Harika! I'd have to think about this one a bit, versus whether it's just we have a formula per cell and then it gets applied on all client devices

  • @TheDEMMX
    @TheDEMMX Před 2 měsíci +1

    Thanks for the video.
    How feasible would that be to build reverse mapping at scale? Sounds like expensive operation + at what cadence, we will either spent a lot of compute rebuilding revery sharding or there will be a signiy lag beyey users subscribing and starting to recrcey notifications for that topic.

    • @jordanhasnolife5163
      @jordanhasnolife5163  Před 2 měsíci

      I really don't think it would be super significant, we're really just going through a load balancer and into Kafka- and from there we can receive the message in flink and we're good to go

  • @cargoshorts5666
    @cargoshorts5666 Před 29 dny +1

    you seem to actually know what youre talking about, its kind of ridiculous how out of thousands of these types of videos every single other one i've seen is either from ex-swe's that seem like they were only interns with how they've "designed" some systems.
    sincere thank you this was extremely helpful for creating a notification system for a social app im working on
    for context my needs are pretty basic/simple, notifications for actions, follows, etc. say a user likes a post, my current approach is
    1. create the notification row in the notification table, referencing the action
    2. in a sorted set with key "user_notifications": use a batch key as the score and the the id of the notification in the database as the value. the batch key looks like "like_postid".
    3. on pull request, get all the values in the sorted set and first using the batch key, batch all things with the same key together and increment a count. using the most recent notification id, get the relevant data and attach it to the notification.
    4. store the batched notification data in the database and return the batched notification to the user.
    the final 2 steps hits redis to get all the ids, then it hits the database and redis again to store the batched notifications, and finally returns it to the user.
    im not sure if this is a good approach at all

    • @jordanhasnolife5163
      @jordanhasnolife5163  Před 29 dny

      sure! just remember, if this is an MVP, no need to build for scale that you don't have to accommodate yet!

    • @cargoshorts5666
      @cargoshorts5666 Před 29 dny +1

      @@jordanhasnolife5163 i know! im just trying to make sure i have the basics covered, because im not sure if my current approach is appropriate

    • @cargoshorts5666
      @cargoshorts5666 Před 28 dny

      @@jordanhasnolife5163 i’m also not sure if i should have 2 different tables for notifications (one for batched and one for individual)

  • @GopiNathSah-ks4bo
    @GopiNathSah-ks4bo Před 2 měsíci +1

    Jordan, Can you use the bigger mouse pointer, that way we can track, which box you are talking about? Thanks

    • @jordanhasnolife5163
      @jordanhasnolife5163  Před 2 měsíci

      I'm using an apple pencil, to my knowledge there is no mouse pointer.

  • @Rayyankhantheboss
    @Rayyankhantheboss Před 3 měsíci +1

    Hey Jordan, watched all your videos...blah blah blah... great content love it blah blah blah... funny descriptions blah blah blah... now that all the formalities have been taken care of (lol I promise I'm a fan), could you make the OneNotes for all the Sys Design Interview problems accessible as well please? I love going back to the playlist 1.0 powerpoints for concepts, but it would also be really nice to have these oneNote accessible too - ideally in a way I can clone and scribble lotion and tissue boxes on and oh annotate stuff.
    Willing to send feet pics if you get the job done before my interviews :P

    • @jordanhasnolife5163
      @jordanhasnolife5163  Před 3 měsíci +2

      Haha - appreciate the formalities. Going to do the actual questions themselves when the series is done, have been punting on the concepts. Have some time today, so I'll have to see if I can clutch up.

    • @ishakalra2089
      @ishakalra2089 Před 3 měsíci

      @@jordanhasnolife5163 +1 to OP. Really love your content and access to slides would be super helpful. Thanks a lot in advance!

  • @John-nhoJ
    @John-nhoJ Před 3 měsíci +2

    Jordan - an even better approach to the fanout would be to store the last-sync time with the client and the created_at timestamp for the notification.

    • @jordanhasnolife5163
      @jordanhasnolife5163  Před 3 měsíci

      You'd need that timestamp per flink node as Kafka is only ordered per partition

  • @rakeshvarma8091
    @rakeshvarma8091 Před měsícem +1

    Hi Jordan
    I have a very basic question.
    Are we building the notification service for all notifications (from all applications) for all users ?
    In the final diagram, you have mentioned that flink node receives data from 2 sources.
    1. Topic subscriptions of user. Basically topic_id --> userId's.
    2. Messages from Notification Queue. topic_id --> message.
    Using above 2 sources, how does the flink sends the real time messages ? Some messages are user specific right for example one to one pings.
    Sorry if this sounds silly.

    • @jordanhasnolife5163
      @jordanhasnolife5163  Před měsícem

      Yeah. I'm not very concerned with one to one pings in this video. If every user is connected to one notification server, we can just figure out where they are connected to and send the message there.
      In the general case, flink figures out the user IDs the message needs to go to, and via a load balancer/proxy sends it to all of the proper servers which then forward them to users via we sockets

  • @TechPeck-zm9pe
    @TechPeck-zm9pe Před 3 měsíci +1

    Why is the subscription change events topic sharded on user id? I expected it to be on topic id as this stream needs to be joined with the events in notification queue which are also partitioned on topic id

  • @franklyfrank123
    @franklyfrank123 Před 23 hodinami +1

    Storing the idempotency keys on client is a wild idea, and can be easily treated as a red flag. I wouldn't mention this as an option in a real interview.

    • @jordanhasnolife5163
      @jordanhasnolife5163  Před 7 hodinami

      I'd appreciate if you can back up calling it a "wild" idea. Considering duplicate notifications aren't coming in with that significant of a delay, you can just clear the keys after some amount of time.

  • @kaiyuanfan8378
    @kaiyuanfan8378 Před 26 dny +1

    Could you explain a little bit more about what flink operator it use to handle this flink mapping?

    • @jordanhasnolife5163
      @jordanhasnolife5163  Před 24 dny +1

      Use a MapState on incoming elements and aggregate by key (key is topic, value is list of users subscribed to it)

  • @franklyfrank123
    @franklyfrank123 Před 23 hodinami +1

    How does Flink handle (topicID userID) update? What if there is a new topic? What if a new user subscribes to an existing topic? What if a topic is deleted etc?

    • @jordanhasnolife5163
      @jordanhasnolife5163  Před 7 hodinami

      1) Flink adds a key to the "topic subscriptions" map.
      2) Flink adds the userId as a value in the list of users subscribed to that topic.
      3) Flink removes the key for that topic from the map.

  • @jordiesteve8693
    @jordiesteve8693 Před 19 dny +1

    we have two kafka queus, one is a CDC from topic subscriptions table which is partitioned by userid, and the other is partition by topicid. Both ingest data to Flink, so it needs to shuffle one or the other, doens´t it?

  • @varshard0
    @varshard0 Před 3 měsíci +1

    Thank you.

  • @sudhirreddyemmadi5733
    @sudhirreddyemmadi5733 Před měsícem +1

    You forgot about 2nd requirement - Offline clients must be able to receive notifications later

    • @jordanhasnolife5163
      @jordanhasnolife5163  Před měsícem

      Throw the notifications to a DB cache per user (so partition based on userId). Same deal as Twitter basically.

  • @surajkumardwivedi7139
    @surajkumardwivedi7139 Před 3 měsíci +1

    only fans i m 🤣🤣

  • @emilybrowno
    @emilybrowno Před 3 měsíci +2

    Video Editing is too low 👎👎👎👎
    Edit the video in a good style.
    Add nice b-roll animation when you are speaking or explaining something. This will increase visualization.
    Put proper subtitles, effects, transitions, and colors in the video.
    Insert the B-Roll (footage and animation) very well because it is absolutely low in your video.
    Do all this and then see how the video doesn't turn out good. 🍏

  • @John-nhoJ
    @John-nhoJ Před 3 měsíci +1

    First