Skip to content

Instantly share code, notes, and snippets.

@ryu1kn
ryu1kn / README.md
Last active August 14, 2021 14:46
Parallel job execution and aggregated exit status with Bash
@ryu1kn
ryu1kn / Makefile
Last active March 24, 2024 10:29
Work with DataHub GraphQL API
.PHONY: init use-virtual-env
init:
pip install 'acryl-datahub[datahub-rest]'
curl -L -o docker-compose.yaml https://raw.githubusercontent.com/datahub-project/datahub/master/docker/quickstart/docker-compose-without-neo4j-m1.quickstart.yml
datahub docker quickstart -f docker-compose.yaml -f docker-compose.override.yaml
use-virtual-env:
python -m venv .venv