Event driven applications #1634
-
Can we build event-driven applications using Benthos? To process the incoming data, is it possible to process it using Knative Serving |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@cloudcompute Sure! Have you seen my KnativeCon talk from earlier this year? The recording is here and you can find the demo setup here. |
Beta Was this translation helpful? Give feedback.
-
@mihaitodor Thanks for the response. I went through the recording, Benthos and Knative Serving would probably prove a perfect combination. The main point of concern is that there are 3 independent pieces: Nats API, Knative Serving, and Benthos. How can we connect all the three where Benthos sits in between the other two i.e. is there any Benthos API that we can use to create the pipelines from within our application? Or, we have to do all this using Yaml configuration? If only through the yaml configurations, it'd probably be difficult to keep track of a great number of pipelines if it is a large application. |
Beta Was this translation helpful? Give feedback.
@cloudcompute Sure! Have you seen my KnativeCon talk from earlier this year? The recording is here and you can find the demo setup here.