Stream processing: the easy way (with NATS and Benthos)

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024

ความคิดเห็น • 30

  • @SynadiaCommunications
    @SynadiaCommunications  4 หลายเดือนก่อน +4

    What other kinds of examples would you like to see with Benthos and NATS? Sound off in the comments!

    • @dandogamer
      @dandogamer 4 หลายเดือนก่อน +2

      Sliding windows e.g. calculate the average watch count of a video in the last 24 hours

    • @holgerwinkelmann6219
      @holgerwinkelmann6219 4 หลายเดือนก่อน +1

      Maybe not directly a use case, but what about having a bit of performance expectation in given environment, just to manage Expectations vs Resource Consummations and scalability patterns?

    • @mikkaruru
      @mikkaruru 4 หลายเดือนก่อน

      Subscribe to websocket data, transform and pipe it to NATS

    • @chivesltd
      @chivesltd 4 หลายเดือนก่อน +1

      usecases for Kafka with Benthos and NATS

  • @SureshBala66
    @SureshBala66 2 หลายเดือนก่อน +2

    To set the context, Redpanda acquired Benthos and launched Redpanda Connect.

  • @bvhdv
    @bvhdv 4 หลายเดือนก่อน +3

    Love how you explain everything, well structured and clear. Love NATS !

  • @masliaalias7876
    @masliaalias7876 12 วันที่ผ่านมา

    thanks for the video! gonna try it out now

  • @chris-malek
    @chris-malek 4 หลายเดือนก่อน +4

    Great explanation of Benthos. I have been looking at it for a while but I was having issues understanding the concepts. thanks for the video.😀

  • @alejandrosuarez5298
    @alejandrosuarez5298 4 หลายเดือนก่อน +4

    Loving this kind of content. Thank you so much for it!

  • @Ekosz
    @Ekosz 4 หลายเดือนก่อน +2

    This was great! Love Benthos and love love NATS!

  • @garybonner7499
    @garybonner7499 4 หลายเดือนก่อน +1

    Love Benthos such a powerful project

  • @dandogamer
    @dandogamer 4 หลายเดือนก่อน +1

    Love nats and I've used benthos in the past and want to love it but struggled to get my head round some of the yaml options so this tutorial really helped thanks. Would love to see more open source libraries shown with nats

  • @GabrielPozo
    @GabrielPozo หลายเดือนก่อน

    Great video, thank you for sharing!

  • @joeblue2492
    @joeblue2492 3 หลายเดือนก่อน

    Love these videos !!

  • @meny054
    @meny054 3 หลายเดือนก่อน

    Great, I think that one of the best features of Benthos is the Benthos studio with the `benthos studio` command
    You can create the flow with web UI and it will updated on the spot
    Thank you for the video

  • @appology9102
    @appology9102 4 หลายเดือนก่อน

    I just binge watched the playlist, and I'm feeling sad that there isn't another video...

    • @SynadiaCommunications
      @SynadiaCommunications  3 หลายเดือนก่อน +1

      That’s a ton of content to watch! We will be posting more soon so be sure to subscribe

  • @garybonner7499
    @garybonner7499 4 หลายเดือนก่อน +1

    I would love an example of using multiple benthos instances with nats. Benthos does not seem to have clustering capabilities

    • @SynadiaCommunications
      @SynadiaCommunications  3 หลายเดือนก่อน +1

      Since Benthos is stateless it doesn’t need to be clustered. If you are using NATS for your state then you can simply scale Benthos horizontally by adding more instances/nodes

  • @zapduran
    @zapduran 4 วันที่ผ่านมา

    can anyone tell me how to install the nats plugin on benthos?

  • @nathanprobst2164
    @nathanprobst2164 4 หลายเดือนก่อน

    Amazing stuff! Is that Excalidraw Plus that you’re using for the presentation mode with laser pointer?

    • @SynadiaCommunications
      @SynadiaCommunications  4 หลายเดือนก่อน

      Yeah I switched to excalidraw plus earlier this year and it's been awesome!

  • @joeblue2492
    @joeblue2492 3 หลายเดือนก่อน

    Would like to respond to a web page via benthos and htmx

  • @trejohnson7677
    @trejohnson7677 4 หลายเดือนก่อน

    YAML gives u gitops ez but I would like to write it out in imperative coad and ship it in the same big ass binary I’m shipping the rest of my go code in.

    • @SynadiaCommunications
      @SynadiaCommunications  4 หลายเดือนก่อน +1

      You can do that too! Check out Benthos’s Streams API. You can construct all these same things using Go

    • @trejohnson7677
      @trejohnson7677 4 หลายเดือนก่อน +1

      @@SynadiaCommunications Oh wow, interesting, didn't uncover in my (very) cursory glance at the documentation. This will save a lot of time.