Examples
Overview
Learn CogDB through practical examples - graph traversal, bulk loading, semantic filtering and more.
Basic Examples
Quick Start - Social Graph
Build a simple social network with follows relationships
Batch Insert
Efficiently load multiple edges at once
Multi-hop Traversal
Traverse multiple hops with tagging
Filter & Count
Filter nodes and count results
Graph Algorithms
BFS - Shortest Path
Breadth-first search for finding paths
Graph Visualization
Visualize your graph in Jupyter notebooks
Semantic Search
Word Embeddings
Semantic search with vector embeddings
K-Nearest Neighbors
Find similar items using embeddings