Loggraph is a command-line utility for creating graph visualizations to help make sense of log files. It uses Bokeh to generate graphs.
It currently supports one sort of graph: Graphing values over time (by day) from JSON logs. (That is, a log whose lines are each a valid JSON object).
pip install loggraph
loggraph overtime -g sum[order.price] log.json