cypher-utils:javascript cyutils

时间:2021-05-18 09:14:41
【文件属性】:
文件名称:cypher-utils:javascript cyutils
文件大小:61KB
文件格式:ZIP
更新时间:2021-05-18 09:14:41
HTML 密码工具 密码创建解析器 简单的Cypher create语句解析器,生成d3 json。 支持: 带有(多个)标签的节点 具有以下属性的节点:字符串,数字,布尔值,数组 传入,传出的关系 节点和关系的单独声明 用法: create (me:Person {name:"Michael"}) create (peter:Person {name:"Peter"}) create (graphgist:Project {name:"GraphGist"}) create (me)-[:KNOWS {since:2006}]->(peter), (me)-[:WORKS_ON]->(graphgist) CREATE (graphgist)<-[:WORKS_ON]-(peter) function render ( ) { var utils = new C
【文件预览】:
cypher-utils-master
----test()
--------cypher_utils_test.js(6KB)
----test.sh(31B)
----LICENSE(1KB)
----lib()
--------cypher_utils.js(4KB)
----readme.adoc(934B)
----d3()
--------index.html(31KB)
--------d3.min.js(140KB)

网友评论