Prerequisites
For the complete documentation index see: llms.txt
All documentation pages available in markdown.
This tutorial requires two dependencies.
Required
Docker
Docker runs Aerospike Database locally.
-
Download, install, and launch Docker Desktop from the Docker website.
-
Verify Docker is running:
Terminal window docker --version
Python
adk-aerospike requires Python 3.11 or newer.
-
Install Python 3.11 or later.
-
Verify Python is available:
Terminal window python3 --version