https://github.com/icio/flow
Job output flow diagrams
https://github.com/icio/flow
Last synced: about 1 year ago
JSON representation
Job output flow diagrams
- Host: GitHub
- URL: https://github.com/icio/flow
- Owner: icio
- Created: 2012-07-10T09:03:10.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-13T15:28:17.000Z (almost 14 years ago)
- Last Synced: 2025-01-28T00:43:25.925Z (over 1 year ago)
- Language: Python
- Size: 234 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Job Flow Descriptions
`/example` is a mimic of the files that are created by data-processing jobs. Job-output directories are appended with `_` and files declare their input by including a list of the files that they depend on in their first few lines.
Here is [a screencast of it in action](http://api.cld.me/Hsdg/download/Screen%20Recording%203.mov).
Test the example with
bin/flow example example.dot
bin/flow --format svg example example.svg --highlight \*03
Highlight options have to come at the end because you can specify an indeterminate amount of them and it is greedy (fixme?).
If you execute the program with `--monitor` it will write to the file every time that the base tree is updated.
bin/flow -f png example example.png -H \*03
