WaterSlide is a streaming event-at-a-time architecture for processing metadata. It is designed to take in a set of streaming events from multiple sources, process them through a set of modules ("kids"), and return meaningful outputs.
Other
114
stars
40
forks
source link
Exec_in kid for supporting external input via stdin from another process #10
exec_in kid does a fork-exec of a user specified process and then parses the output into buffers. Output must be separated by a delimiter.