philippkueng

philippkueng/node-neo4j

Neo4j REST API wrapper for Node.js

JavaScript
212
42
MIT License

index){ if(err) throw err; // Index name. console.log(index.name); // Index type. console.log(index.type); // Index config. console.log(index.config); }); **Delete an Index** db.deleteNodeIndex('the_index_name', function(err, index){ if(err) throw err; if(index === true){ // index deleted } else { // index not deleted because not found } }); **Read an Index** db.readNodeIndex('the_index_name', function(err, index){ if(err) throw err; // Index name. console.log(index.name); // Index type. console.log(index.type); // Index config. console.log(index.config); }); **Get Nodes from an Index** db.getNodesFromNodeIndex('the_index_name', 'key', 'value', function(err, nodes){ if(err) throw err; // Array of nodes console.log(nodes); }); **Get Relationships from an Index** db.getRelationshipsFromNodeIndex('the_index_name', 'key', 'value', function(err, nodes){ if(err) throw err; // Array of relationships console

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of philippkueng/node-neo4j

Account's avatar
elegant & feature rich browser / node HTTP with a fluent API
Account's avatar
A simple control-flow library for node.JS that makes parallel execution, serial execution, and error handling painless.
Account's avatar
simple, flexible, fun test framework
Account's avatar
test framework agnostic BDD-style assertions
Account's avatar
The JavaScript Task Runner

Support the repos that depend on philippkueng/node-neo4j

Top contributors

philippkueng's profile
philippkueng
178 contributions
Stofkn's profile
Stofkn
33 contributions
oskarhane's profile
oskarhane
3 contributions
freeeve's profile
freeeve
2 contributions
lazaruslarue's profile
lazaruslarue
2 contributions
deedubs's profile
deedubs
1 contributions
lyip1992's profile
lyip1992
1 contributions
mattbasta's profile
mattbasta
1 contributions
brian-gates's profile
brian-gates
1 contributions
bibby's profile
bibby
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet