An open API service indexing awesome lists of open source software.

https://github.com/bestguy/neo-rest-proxy

node.js based proxy for Neo4j REST API, which allows for nested JSON in node/relationship properties
https://github.com/bestguy/neo-rest-proxy

Last synced: about 1 year ago
JSON representation

node.js based proxy for Neo4j REST API, which allows for nested JSON in node/relationship properties

Awesome Lists containing this project

README

          

= neo4j REST proxy

neo-rest-proxy is a node.js based proxy that add nest JSON object support to neo4j's REST API in node or relationship values.

== Features

- Works around the neo4j restriction against nest JSON in node/property values: {Property values can not be nested}[http://docs.neo4j.org/chunked/milestone/rest-api-node-properties.html#rest-api-property-values-can-not-be-nested]

== Usage

TODO

== Author

{Gary Thomas}[https://github.com/bestguy/neo-rest-proxy]