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.
docker compose up -d
Please note that Graph will wait for the database to complete start up before it attempts to start.
Aerospike Graph utilizes Zipkin for query tracing OpenZipkin. This docker compose file includes a Zipkin service that show query traces. Once the services have started the Zipkin UI is available at http://localhost:9411/zipkin/.
Feel free to submit issues, fork the repository, and create pull requests for any improvements.