Easy to use Docker container with ocdskit and jq over python:3.6-slim-stretch
Open Contracting data analysis requires working with lots of JSON documents and structures, OCDSkit and jq are perfect tools for that.
The entrypoint of this image is just a bash shell.
docker build . -t container-image-tag
https://pypi.org/project/ocdskit/
https://stedolan.github.io/jq/
docker run --rm -it -v some-data-dir:/data container-image-tag
docker run --rm -it -v data:/data ricardoe:ocdskit