您的位置:首页 > 数据库

hugegraph图数据库语言Gremlin 系列文章链接汇总

2018-11-30 12:12 253 查看

引言:最近在学习hugegraph图数据库,这里总结一下过程,希望能帮到后来的学习者。
执行Gremlin的可视化图形环境参考:
https://blog.csdn.net/u010260089/article/details/82594336 正在准备总结写一个自截了当的傻瓜式方法。
0. https://www.geek-share.com/detail/2747050201.html 通过Gremlin语言构建关系图并进行图分析

  1. https://www.geek-share.com/detail/2747322076.html 基本概念及操作
  2. https://blog.csdn.net/javeme/article/details/82627396 边的遍历操作
  3. https://blog.csdn.net/linlin1989117/article/details/82589895 has条件过滤
  4. https://blog.csdn.net/u010260089/article/details/82594300 图查询返回结果数限制
  5. https://blog.csdn.net/linlin1989117/article/details/82625906 查询路径path
  6. https://blog.csdn.net/javeme/article/details/82760106?utm_source=blogxgwz2 循环操作
  7. https://blog.csdn.net/u010260089/article/details/82666260 查询结果排序
  8. https://blog.csdn.net/javeme/article/details/82769457 数据分组去重
  9. https://blog.csdn.net/linlin1989117/article/details/82692587 where、filter条件和过滤
  10. https://blog.csdn.net/u010260089/article/details/82769959 逻辑运算
  11. https://blog.csdn.net/u010260089/article/details/82787808 统计运算
  12. https://blog.csdn.net/linlin1989117/article/details/82849477?utm_source=blogxgwz3 数学运算
  13. https://blog.csdn.net/linlin1989117/article/details/82703743 分支choose()、branch()
  14. https://blog.csdn.net/u010260089/article/details/82837664 分支操作coalesce()、optional()、union()
  15. https://blog.csdn.net/linlin1989117/article/details/82855931 匹配模式match
  16. https://blog.csdn.net/u010260089/article/details/82900950?utm_source=blogxgwz4 随机过滤与注入
  17. https://blog.csdn.net/linlin1989117/article/details/82859866?utm_source=blogxgwz7 mean、min、sum、range
  18. http://www.pianshen.com/article/729721400/ 遍历终止操作
  19. https://blog.csdn.net/u010260089/article/details/82970917 转换操作map、flatMap()
  20. https://blog.csdn.net/linlin1989117/article/details/82859884 统计和分析
  21. 未完待续,持续更新中…
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: