Skip to content

Conversation

@tiagofilipe12
Copy link
Member

This PR will add to master a graphical visualization accessible in localhost:8084 and an output file graphson.json that is a NDJSON file that can be interpreted as a summary file for the log of each pipeline runned. It is still missing the operationString, that we should fix in the future.

* added a manifest file output within lifecycle

* added a way to create a manifest file with the log of folders and tasks generated

* added more information on the manifest log

* changed the way folder was being reported to full paths

* changed variable from string to object and modified it to NDJSON in output file

* replaced if statement with lodash.get.

* Added a simple hack to output graphson like graph object
}

// writes each graphson to file
fs.writeFileSync('graphson.json', JSON.stringify(graphsonObj, null, 2))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be async in future

@thejmazz thejmazz merged commit 8d227e5 into master Jul 8, 2017
@tiagofilipe12 tiagofilipe12 deleted the viz branch July 8, 2017 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants