Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1006 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 1006 Bytes

Aerospike Graph QuickStart

Welcome to the Aerospike Graph getting started repository! This repository provides scripts, guides, and examples designed to help you get started with Aerospike Graph.

Aerospike Graph is a developer-ready, real-time, scalable graph database built to support billions of vertices and trillions of edges with predicable low latency, making it ideal for use cases such as identity graphs, fraud detection, and real-time recommendation systems. For in-depth information about Aerospike Graph and its capabilities, please refer to the official Aerospike Graph documentation.

To start Aerospike Graph

docker compose up -d

Python example

We recommended using venv for the python dependencies. You may need to install python3-venv for your system.

python3 -m venv .venv
source .venv/bin/activate

Install dependencies

python3 -m pip install gremlinpython async_timeout

Execute the python example

python3 ./examples/python-example.py