An open API service indexing awesome lists of open source software.

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

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.