waterslideLTS / waterslide

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
113 stars 40 forks source link

Exec_in kid for supporting external input via stdin from another process #10

Closed waterslidekid closed 7 years ago

waterslidekid commented 7 years ago

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.