Skip to content

Welcome

Welcome to Graph OLAP
Your journey into graph analytics starts here

Graph OLAP is a platform for building, analyzing, and querying knowledge graphs from your data warehouse. It combines the power of graph databases with the familiarity of SQL-based analytics.

FeatureDescription
Data MappingTransform warehouse tables into graph structures
Cypher QueriesQuery graphs with the intuitive Cypher language
Graph AlgorithmsRun PageRank, community detection, pathfinding, and more
Schema EvolutionVersion and diff your graph schemas
ExportExport results to CSV, Parquet, or back to your warehouse

Choose your journey based on your role and goals:

Start with 1-sdk-fundamentals to learn the SDK, then explore 2-cypher-language for querying.

After the fundamentals, dive into 3-graph-algorithms for centrality, community detection, and more.

Check out 4-administration for user management and 5-operations for platform config.

The reference/ folder contains API documentation for all SDK components and algorithms.

00-start-here/ <- You are here
01-fundamentals/ <- Core SDK tutorials (8 notebooks)
02-cypher/ <- Cypher query tutorials (8 notebooks)
03-algorithms/ <- Algorithm tutorials (23 notebooks)
04-admin-ops/ <- Admin operations (2 notebooks)
04-admin-ops/ <- Platform ops (2 notebooks)
05-advanced/ <- Advanced features (5 notebooks)
reference/ <- API documentation
sdk/ <- SDK class reference (14 docs)
algorithms/ <- Algorithm reference (28 docs)
use-cases/ <- E2E validation notebooks (19 tests)

Open 01_quick_start.ipynb in this folder to create your first graph in under 5 minutes!