You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use stdin for input and stdout for output of the rpc function. This will become a true unix style utility and we can avoid the complications of creating files. Moreover, we will be able to stream data without any effort. We already have a way to call an executable via ssh and supply it input on stdin and collect the output on stdout. Using that we can just plugin in the remote function in a local streaming pipeline.
The text was updated successfully, but these errors were encountered:
Use stdin for input and stdout for output of the rpc function. This will become a true unix style utility and we can avoid the complications of creating files. Moreover, we will be able to stream data without any effort. We already have a way to call an executable via ssh and supply it input on stdin and collect the output on stdout. Using that we can just plugin in the remote function in a local streaming pipeline.
The text was updated successfully, but these errors were encountered: