rorymadden / neoprene

Neo4j ORM for Node.js
http://rorymadden.github.com/neoprene
Apache License 2.0
13 stars 3 forks source link

Redesign: Plugins #10

Open rorymadden opened 11 years ago

rorymadden commented 11 years ago

The neoprene data model has gone off course as too much functionality is trying to be delivered in one repository (event nodes, roles etc.). These should be implemented as plugins.

This would require a query repository to build queries. We could implement today with multiple http requests (using transactions to ensure that all or none go through) but it would require multiple http requests which would be inefficient.

A plugin system similar to mongoose would be perfect.