A Python utility to create an IAM data set and import it into RedisGraph
git submodule update --init --recursive
pip install --user -r requirements.txt
Run RedisGraph
docker run --name redis-graph -d -p 6379:6379 redislabs/redisgraph:1.0.0
import.sh
or
import-py3.sh
allow for passing of host, port and password in import script