1.0.1 • Published 11 years ago

neo4jmapper v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
11 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

11 years ago

1.0.0

11 years ago

1.0.0-rc1

12 years ago

1.0.0-beta13

12 years ago

1.0.0-beta12

12 years ago

1.0.0-beta11

12 years ago

1.0.0-beta10

12 years ago

1.0.0-beta9

12 years ago

1.0.0-beta8

12 years ago

1.0.0-beta7

12 years ago

1.0.0-beta6

12 years ago

1.0.0-beta5

12 years ago

1.0.0-beta4

12 years ago

1.0.0-beta3

12 years ago

1.0.0-beta2

12 years ago

1.0.0-beta1

12 years ago

0.9.3

12 years ago

0.9.2

12 years ago

0.9.1

12 years ago

0.9.0

12 years ago

0.8.14

12 years ago

0.8.13

12 years ago

0.8.12

12 years ago

0.8.10

12 years ago

0.8.9

12 years ago

0.8.8

12 years ago

0.8.7

12 years ago

0.8.6

12 years ago

0.8.5

12 years ago

0.8.4

12 years ago

0.8.3

12 years ago

0.8.2

12 years ago

0.8.1

12 years ago

0.8.0

12 years ago

0.7.6

12 years ago

0.7.5

12 years ago

0.7.4

12 years ago

0.7.3

12 years ago

0.7.2

12 years ago

0.7.1

12 years ago

0.7.0

12 years ago

0.6.0

12 years ago

0.5.0

12 years ago