edwardcapriolo / teknek

12 stars 4 forks source link

Support operators and feeds in other languages like hive's streaming #13

Closed edwardcapriolo closed 10 years ago

edwardcapriolo commented 10 years ago

Currently our operators are written in java we should be able to writer operators that use shell/pipe like semantics

Operator o = new ShellOperator('sed s/hi/dude/g')

edwardcapriolo commented 10 years ago

Competed in https://github.com/edwardcapriolo/teknek-core/pull/3