Gremlin 使用
1.關于通過Gephi對gremlin進行可視化,可以參考以下兩篇博文(注意workspace的名字和端口號)
https://blog.csdn.net/meifannao789456/article/details/83272287#comments
https://blog.csdn.net/gobitan/article/details/85346356
2.get-started
http://tinkerpop.apache.org/docs/3.4.6/tutorials/getting-started/
? ? ?圖的初始化
? ? ?節點和邊的查詢
? ? ?屬性過濾查詢
? ? ?節點和邊的創建
? ? ?load外部文件數據
3.console
http://tinkerpop.apache.org/docs/3.4.6/tutorials/the-gremlin-console/
? ? gremlin console的使用
? ? graph 轉換成table的案例(有點復雜)
4 anatomy
http://tinkerpop.apache.org/docs/3.4.6/tutorials/gremlins-anatomy/
宏觀上介紹gremlin查詢步驟的組成(component parts of Gremlin)
包括:GraphTraversalSource、GraphTraversal、Step Modulators、Anonymous Traversals、Terminal Step
?
5.recipies(圖算法部分)
http://tinkerpop.apache.org/docs/3.4.6/recipes/
? ? 圖的中心性算法
? ? 最短路徑
? ? 連通圖
? ? 推薦
? ? 環檢測算法
? ? ?等等
6.gremlin language variants(gremlin語言變種)
http://tinkerpop.apache.org/docs/3.4.6/tutorials/gremlin-language-variants/
? ? gremlin-java
? ? gremlin-python
7.reference
http://tinkerpop.apache.org/docs/current/reference
包含以上所有內容
各種step、各種函數等的使用
?
? ??
? ??
?
?
?
?
總結
以上是生活随笔為你收集整理的Gremlin 使用的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 软件架构图和模式
- 下一篇: 零售行业数据分析指标体系及方法论