bigquery-graph
Installation
SKILL.md
BigQuery Graph Analytics
BigQuery supports Graph Analytics through property graph queries (using GQL) and semantic graphs. Property graphs allow you to query topology, node/edge connections, and graph relationships directly in BigQuery SQL.
Reference Directory
- GQL Querying: graph_queries.md - Standard GQL syntax and pattern matching.
- Semantic Queries: semantic_queries.md - Semantic graph operations and expand functions.
- Schema Best Practices: best_practices.md - Performance and indexing best practices for graph schemas.
- DDL Reference: ddl_reference.md -
CREATE PROPERTY GRAPHDDL syntax. - Feature Parity & Limitations: feature_parity.md - GQL limitations and feature parity.
- Graph Schema Advisor: graph_schema_ddl_advisor.md - Assistant guidelines for designing graph schemas.