Skip to main content
Released

Streaming writer output from one workspace directly to a reader on another ala U

Related products:FME Form
  • May 21, 2020
  • 1 reply
  • 26 views

kweller
Contributor
Forum|alt.badge.img+8

***Note from Migration:***

Original Title was: Streaming writer output from one workspace directly to a reader on another ala Unix/Linux pipelines


There should be a way to send the output from a writer on one workspace directly to a reader on another workspace in realtime, much like pipes work in Unix/Linux. That way, each feature generated by one workspace can be immediately read and processed by the next without waiting for the entire set of features to be written, provided you have enough available cores on Desktop or engines on Server/Cloud to support these workspaces running concurrently. This would also allow a very natural, visualizable data-flow capability in Server Automations. It would be much more efficient than launching a workspace with parameters for each event coming out of an FME Server Automations Writer, as you only launch the receiving workspace once.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

kweller
Contributor
Forum|alt.badge.img+8
  • Author
  • Contributor
  • December 3, 2022

But the Automations Writer doesn't write its results feature-by-feature to an already-running next workspace in the Automation. Not the same thing. An option to do this would be most helpful to speed Autmations along, so long as you have the engines to do it.