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、各種函數等的使用

 

    

    

 

 

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章