Starting Aerospike Graph Service and Aerospike with Aerolab**
Aerolab can be downloaded from https://github.com/aerospike/aerolab.
aerolab cluster create -n demo -c 2 --instance n2-standard-8 --zone us-west4-a --disk=pd-ssd:300 --disk=local-ssd@1 --disk=pd-ssd:380@1 --gcp-expire 200h
aerolab client create graph -n graph --count 1 --cluster-name demo --namespace test --zone us-west4-a --instance c2-standard-8 --gcp-expire 200h
aerolab cluster create -n demo -c 3 -I i4i.2xlarge --aws-expire 120h
aerolab client create v graph -n graph --count 1 --cluster-name aim-cluster --namespace test -I i4i.2xlarge
aerolab cluster destroy -n <name>
ssh -i aerolab-graph_us-west-1
sudo docker ps -a
aerolab client attach -n graph -- docker run -it --rm tinkerpop/gremlin-console
aerolab attach client -n graph
**