MongoDB & Node.js: Change Streams & Triggers (Part 4 of 4)

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

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

  • @MongoDB
    @MongoDB  Год назад

    ✅ Sign-up for a free cluster at: mdb.link/free-9LA7_CSyZb8
    ✅ Get help on our Community Forums: mdb.link/community-9LA7_CSyZb8

  • @rogadev
    @rogadev 3 года назад +3

    I thought maybe this presenter had a whole bunch of videos in the MongoDB RUclips channel but there are actually very few. It's a shame, since all the other content creators are ... pretty terrible. But this gal knows what's up. I hope you're still around and will make more videos for MongoDB in the future. Thanks for all your hard work.

  • @user-rp9iis1en6h
    @user-rp9iis1en6h 2 года назад +3

    Great ! Discussed the whole thing in a very very easy way, brilliant job !

  • @930_from_wish
    @930_from_wish Год назад +1

    Can we please discuss the scenario where we don't limit the changeStream with time? Basically live data is required because you ALWAYS want to be listening. Not just for 15 seconds :)
    Because I'm having a hard time dealing with changeStreams when coupling it with REACT front end with SSE (server side emitter) EventSource(point-to-server endpoint)

    • @seanplynch
      @seanplynch 11 месяцев назад

      I have the exact same use case. Wondering if this approach worked for you? Basically watching the change stream indefinitely for SSE 🙏

  • @jaggyjut
    @jaggyjut 3 года назад +7

    Building a react app with MongoDB new features like transactions would be great. It’s difficult to understand MongoDB concepts without a front end.

  • @user-rp9iis1en6h
    @user-rp9iis1en6h 2 года назад +1

    Does mongodb allow query based changeStream? Like in a collection if I keep inserting score of different players, onCollection change get the sum of score for a particular player ?

  • @Malcolm777-i
    @Malcolm777-i 3 года назад +1

    How about detecting who changes the data for example is an audit trail logs. scenario: user (admin) 1 updated user 2 (app user) bank account details?

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

    Great video, thank you !!!

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

    this gave me a basic idea .... thanks

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

    Is there anyway i can restart the changestream after you have stopped it?

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

    Is it good to leave the client open indefinitely after subscribing to change events. ?
    If the client is closed the subscription is closed and no other changes will be reported...

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

    How to use streams, wenn you have multiple containers of your node app?

  • @yogiHalim
    @yogiHalim 5 месяцев назад

    thank you

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

    first