A lightweight graph visualization and analysis platform integrating GraphXR with modern graph databases.
GraphXR Lite provides ready-to-use Docker stacks for graph visualization and analysis. Combine GraphXR's interactive interface with Neo4j, Memgraph, or PuppyGraph to quickly explore graph data.
- One-Command Deployment - Launch with
docker-compose up -d - Multiple Databases - Neo4j, Memgraph, or PuppyGraph
- Sample Datasets - Pre-configured examples included
- Interactive Visualization - GraphXR's powerful graph interface
GraphXR + Neo4j with Movie Graph example dataset.
- Popular graph database with Cypher query language
- Built-in Neo4j Browser interface
- Sample movie dataset included
GraphXR + Memgraph for high-performance analytics.
- In-memory graph database for fast queries
- Memgraph Lab interface
- Game of Thrones example dataset
GraphXR + PuppyGraph with Apache Iceberg integration.
- Query engine over Iceberg data lakes
- Spark + MinIO stack included
- Cloud security graph demo dataset
graphxr-lite/
βββ README.md # This file
βββ neo4j/ # Neo4j integration
βββ memgraph/ # Memgraph integration
βββ puppygraph/ # PuppyGraph integration
- Neo4j Integration - Neo4j + GraphXR setup
- Memgraph Integration - Memgraph + GraphXR setup
- PuppyGraph Integration - PuppyGraph + GraphXR setup
Contributions welcome! Please open an issue before making major changes.