# gremlin_compendium_zh **Repository Path**: seth-hg/gremlin_compendium_zh ## Basic Information - **Project Name**: gremlin_compendium_zh - **Description**: 图数据库查询语言Gremlin中文教程,翻译整理自 Gremlin Compendium:http://www.doanduyhai.com/blog/?p=13460 - **Primary Language**: Unknown - **License**: CC-BY-SA-4.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-03-13 - **Last Updated**: 2022-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gremlin 简明教程 ## 目录 - [准备工作](chapters/00_preparation.md) - [Gremlin 初体验](chapters/01_gremlin_as_a_stream.md) - [从 SQL 到 Gremlin](chapters/02_sql_to_gremlin.md) - [推荐引擎](chapters/03_recommendation_engine_traversal.md) - [循环](chapters/04_recursive_traversals.md) - [路径](chapters/05_path_object.md) - [投影和选择](chapters/06_projection_and_selection.md) - [使用变量](chapters/07_variables_handling.md) - [Sack](chapters/08_sack_operator.md) - [模式匹配](chapters/09_pattern_matching.md) - [深度优先和广度优先](chapters/10_depth_first_vs_breadth_first.md)