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

Add support for running .fbp/.json/.drw files "on the fly" #2

Open
oleksandr opened this issue Jul 14, 2014 · 2 comments
Open

Add support for running .fbp/.json/.drw files "on the fly" #2

oleksandr opened this issue Jul 14, 2014 · 2 comments

Comments

@oleksandr
Copy link
Collaborator

Would be nice to be able to run network files which have the proper mapping of components to corresponding code directly from the command line:

java -cp target/fbp-1.0-SNAPSHOT.jar com.jpmorrsn.fbp.CLI ./path/to/DemoGraph.fbp

or

java -cp target/fbp-1.0-SNAPSHOT.jar com.jpmorrsn.fbp.CLI ./path/to/DemoGraph.json

or

java -cp target/fbp-1.0-SNAPSHOT.jar com.jpmorrsn.fbp.CLI ./path/to/DemoGraph.drw
@jonnor
Copy link

jonnor commented Aug 27, 2014

I implemented loading of .json in jonnor@4fb10ac#diff-d41d8cd98f00b204e9800998ecf8427e
Pullrequest for this and some other goodies upcoming :)

@oleksandr
Copy link
Collaborator Author

@jonnor Looks good. Would be nice to clarify the case with components library and avoid coupling JavaFBP with NoFlo's Flowhub's API and endpoint for obvious reasons.

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

No branches or pull requests

2 participants