Skip to content

aerospike/aerospike-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published