Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: file format for saving pipelines? #16

Open
COLABORATI opened this issue Aug 2, 2016 · 2 comments
Open

Question: file format for saving pipelines? #16

COLABORATI opened this issue Aug 2, 2016 · 2 comments
Labels

Comments

@COLABORATI
Copy link

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!

@COLABORATI
Copy link
Author

I just learned that airflow uses dill for this.

@reubano
Copy link
Member

reubano commented Aug 2, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants