Prerequisites
This quick start requires cloning the Aerospike Graph GitHub repository, which contains several Aerospike Graph demos. For a smooth experience, install the following dependencies before proceeding:
Required
Docker
Docker runs the AGS and Aerospike Database layers in a container. The container is pre-configured. Download and install from the Docker website.
Python
To complete the Python demo, install Python 3.10.
Java
To execute Gremlin queries with the Gremlin console, install Java SE 17. If working with multiple Java versions, temporarily change the PATH system variable.
Optional
Node.js
To complete the Node.js demo, install Node.js.