node-neo4j:用于Node.js的Neo4j REST API包装器

时间:2024-03-12 20:34:39
【文件属性】:

文件名称:node-neo4j:用于Node.js的Neo4j REST API包装器

文件大小:32KB

文件格式:ZIP

更新时间:2024-03-12 20:34:39

JavaScript

适用于Node.js的Neo4j REST API包装器 主分支: 开发分支: 安装 npm install node-neo4j --save 用法 为了使用该库,您必须创建一个应用并添加或在本地安装它。 如果您使用的是OS XI,则强烈建议通过安装Neo4j。 brew install neo4j neo4j start 实例化包装实例 var neo4j = require ( 'node-neo4j' ) ; db = new neo4j ( 'http://username:password@domain:port' ) ; // when using token based authentication introduced in Neo4j v2.2 db = new neo4j ( 'http://:your-authentication-token@domain:p


【文件预览】:
node-neo4j-develop
----.travis.yml(805B)
----index.js(80B)
----package.json(2KB)
----test()
--------setAuthenticationToken.sh(211B)
--------test.main.js(122KB)
----pre-commit.sh(458B)
----LICENSE(1KB)
----Gruntfile.js(1KB)
----.gitignore(12B)
----lib()
--------main.js(47KB)
--------utils()
----Makefile(267B)
----README.md(12KB)
----.jshintrc(5KB)

网友评论