TinkerpopGremlinSmalltalk:TGST是用于与Gremlin服务器接口的Smalltalk程序包 源码
关于TinkerGremlinSmalltalk 该存储库包含有关使Smalltalk与图形数据库对话(通过Gremlin)的基本知识。 时间示例 | a b res | a := TinkerpopHTTPInterface new . b := TinkerpopGremlinResultBaseRepository new . a connectionURL: ' http://localhost:8182 ' . res := a executeGremlin: ' g.V().hasLabel( ' ' author ' ' ) ' . b deserialize: res. 假设您的数据存储中存在这样的一个顶点,则可能会返回一个Vertex Smalltalk对象。
文件列表
TinkerpopGremlinSmalltalk-master.zip
(预估有个13文件)
TinkerpopGremlinSmalltalk-master
.properties
21B
TinkerpopGremlin
ManifestTinkerpopGremlin.class.st
230B
VertexProperty.class.st
799B
TinkerpopHTTPResult.class.st
938B
EdgeProperty.class.st
655B
Edge.class.st
1KB
TinkerpopGremlinResultBaseRepository.class.st
3KB
TinkerpopHTTPInterface.class.st
2KB
暂无评论