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
- Host: GitHub
- URL: https://github.com/bestguy/neo-rest-proxy
- Owner: bestguy
- Created: 2012-01-06T18:01:10.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-08T02:03:15.000Z (about 14 years ago)
- Last Synced: 2024-04-13T22:12:58.272Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
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]