https://github.com/aerospike/aerospike-graph
This repository offers scripts, guides, and examples to help you quickly get up and running with Aerospike Graph — a real-time, scalable graph database. Ideal for identity graphs, fraud detection, and real-time recommendations
https://github.com/aerospike/aerospike-graph
aerospike graph graph-database graph-examples
Last synced: 2 months ago
JSON representation
This repository offers scripts, guides, and examples to help you quickly get up and running with Aerospike Graph — a real-time, scalable graph database. Ideal for identity graphs, fraud detection, and real-time recommendations
- Host: GitHub
- URL: https://github.com/aerospike/aerospike-graph
- Owner: aerospike
- License: apache-2.0
- Created: 2024-10-15T21:16:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-29T09:28:14.000Z (2 months ago)
- Last Synced: 2025-07-29T10:47:13.279Z (2 months ago)
- Topics: aerospike, graph, graph-database, graph-examples
- Language: Python
- Homepage: https://aerospike.com/docs/graph/
- Size: 62.5 MB
- Stars: 5
- Watchers: 41
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```shell
docker compose up -d
```
Please note that Graph will wait for the database to complete start up before it attempts to start.## Query tracing with Zipkin
Aerospike Graph utilizes Zipkin for query tracing [OpenZipkin](https://aerospike.com/docs/graph/operating/monitoring/query-tracing).
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/.## Contributing
Feel free to submit issues, fork the repository, and create pull requests for any improvements.