2017-08-15 105 views

回答

3

Gremlin是一種圖形遍歷語言。它沒有讀取文件系統的特定命令。你只需要使用你的編程語言的功能就可以做到這一點。使用Groovy,你可以這樣做:

gremlin> new File("data").eachFile(groovy.io.FileType.FILES) { println it.name } 
tinkerpop-modern.json 
tinkerpop-classic.kryo 
... 
script-input.groovy 
+0

我如何學習janusgraph的gremlin語言? – Jeff

+2

http://tinkerpop.apache.org/有很多資源,但從http://tinkerpop.apache.org/docs/current/tutorials/getting-started/和http://tinkerpop.apache.org開始/文檔/電流/教程/的-小鬼控制檯/ –

相關問題