1.0.1 • Published 10 years ago

neo4jmapper v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
10 years ago

Neo4jMapper

Object Modeler for Neo4j Graphdatabases

Written in JavaScript for browser- and serverside usage

Build Status NPM version

Documentation and Examples

See http://pstaender.github.io/neo4jmapper for Documentation and Examples

Try Neo4jMapper against a neo4j-demo-instance via a coffeesript-console

Installation

  $ npm install neo4jmapper

Tests

  $ 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.

Usage and Testing in Browser

Neo4jMapper is available in modern Browsers (except the streaming feature), but still experimental. npm run compress will generate a browser-compatible js file. Checkout the tests in the browser by running npm run prepare and finally open the testfile examples/browser/tests.html. To avoid access-control-allow-origin situation ensure that there is no domain mismatch between html file and requested database.

TODO

  • 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

Tested against:

  • Neo4j v2
  • Node 0.8 - 0.11 see Travis CI
  • Chrome (v22+) and Safari (v7+)

LICENSE

© 2013 by Philipp Staender under the GNU General Public License See in LICENSE file for further details.

1.0.1

10 years ago

1.0.0

10 years ago

1.0.0-rc1

10 years ago

1.0.0-beta13

10 years ago

1.0.0-beta12

11 years ago

1.0.0-beta11

11 years ago

1.0.0-beta10

11 years ago

1.0.0-beta9

11 years ago

1.0.0-beta8

11 years ago

1.0.0-beta7

11 years ago

1.0.0-beta6

11 years ago

1.0.0-beta5

11 years ago

1.0.0-beta4

11 years ago

1.0.0-beta3

11 years ago

1.0.0-beta2

11 years ago

1.0.0-beta1

11 years ago

0.9.3

11 years ago

0.9.2

11 years ago

0.9.1

11 years ago

0.9.0

11 years ago

0.8.14

11 years ago

0.8.13

11 years ago

0.8.12

11 years ago

0.8.10

11 years ago

0.8.9

11 years ago

0.8.8

11 years ago

0.8.7

11 years ago

0.8.6

11 years ago

0.8.5

11 years ago

0.8.4

11 years ago

0.8.3

11 years ago

0.8.2

11 years ago

0.8.1

11 years ago

0.8.0

11 years ago

0.7.6

11 years ago

0.7.5

11 years ago

0.7.4

11 years ago

0.7.3

11 years ago

0.7.2

11 years ago

0.7.1

11 years ago

0.7.0

11 years ago

0.6.0

11 years ago

0.5.0

11 years ago