Written in JavaScript for browser- and serverside usage
See http://pstaender.github.io/neo4jmapper for Documentation and Examples
$ npm install neo4jmapper
$ npm install
$ npm test
Beware that a lot of nodes will be written and kept in your database, so avoid running any of these tests + examples on productive instances.
Since the maintenance for browser- and server-side is too much, the browser support is stopped for now. However Neo4jMapper should still be working in the browser.
$ npm run doc
: Creates a source code documentation (with docco) indocs/
$ make test-coverage
: Creates a code coverage report incoverage/
$ npm run apidocs
: Creates a rudimentary api docapidocs/
- implement: index relationship
- implement: stream feature for browser-side-usage
- move from restful api to cypher queries if possible (to reduce api dependencies)
- complete documentation
- cleanup redundant tests
- dox (markdown and jsdoc flavoured) sourcecode documentation
- use parameter-values by default for all statement segments that are generated
- Neo4j v2 - v2.1
- Node 0.10 - 0.12 see Travis CI
© 2015 by Philipp Staender under the GNU General Public License
See in LICENSE
file for further details.