Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 388 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 388 Bytes

lipwig

This is a slightly moist clone of Lipstick built for Hive-on-Tez.

The input format is the output of "explain formatted", which is JSON.

python lipwig.py [--simple] explain.json > explain.dot
dot -Tsvg -o explain.svg explain.dot

The output ends up looking like this - query27.svg.