hi all, I am writing a second kind of node now, which pulls logs from a backend service.
my current idea is:
- let the node be triggered from a “cron” trigger node
- then load logs from the backend system
- forward the logs one-by-one downstream
now, what kind of node is this? “transform
” seems wrong, “trigger
” as well.
and if I would “make” this a trigger node which pulls every n minutes, how would I write such a node? any examples?
cheers!