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
When a web gui would like to enable save / edit / of pipelines, it should have some way to save the definition of that pipeline. Do you plan on implementing such a thing? I do not know if there is some common format for these kind of things, but it seems necessary to have something to be able to implement a gui. What are your ideas about this?
Thanks for your attention!
The text was updated successfully, but these errors were encountered:
There is already a json serialization format in the original implementation. I removed it in this version since I broke a few Yahoo! Pipes conventions. I do plan to reimplement a serialized pipe format in either json, yaml, or xml. But I'd rather work from a sample GUI output than try to come up with a format on my own. See #4 for more info.
Hi, interesting project!
When a web gui would like to enable save / edit / of pipelines, it should have some way to save the definition of that pipeline. Do you plan on implementing such a thing? I do not know if there is some common format for these kind of things, but it seems necessary to have something to be able to implement a gui. What are your ideas about this?
Thanks for your attention!
The text was updated successfully, but these errors were encountered: