文件名称:gremlin-node:为 node.js 实现 Gremlin
文件大小:22KB
文件格式:ZIP
更新时间:2024-06-26 15:12:33
JavaScript
小鬼节点 注意:此项目不再维护。 项目所有者现在使用 ,它利用了 。 我们建议你看看这两个项目。 用于 node.js 的实现。 Gremlin-node 是一个围绕 Gremlin API 的 javascript 包装器。 node-java 模块提供了 node 和 Java 之间的桥梁。 var Gremlin = require ( 'gremlin' ) ; var gremlin = new Gremlin ( { classpath : [ ... ] , options : [ ... ] } ) ; var TinkerGraphFactory = gremlin . java . import ( 'com.tinkerpop.blueprints.impls.tg.TinkerGraphFactory' ) ; var graph = TinkerG
【文件预览】:
gremlin-node-master
----.jshintrc(297B)
----lib()
--------vertex-wrapper.js(489B)
--------pipeline-wrapper.js(15KB)
--------element-wrapper.js(3KB)
--------graph-wrapper.js(9KB)
--------query-wrapper.js(647B)
--------gremlin.js(6KB)
--------edge-wrapper.js(411B)
----.travis.yml(201B)
----LICENSE(1KB)
----test()
--------test-gremlin.js(2KB)
--------test-pipeline-wrapper.js(14KB)
--------test-graph-wrapper.js(15KB)
----README.md(7KB)
----Makefile(228B)
----pom.xml(2KB)
----.gitignore(32B)
----bin()
--------gremlin-console(2KB)
----package.json(1KB)