Reputation: 313
I have been using Spring Data Neo4J over a REST and have noticed the performance issues which seems to be a known effect as stated in Neo4J REST performance.
I am currently using SDN 2.3.2 with Neo4J 1.9 and was just wondering if later versions of SDN 3.1+ with Neo4J 2.X have improved in this area.
Upvotes: 0
Views: 390
Reputation: 41706
There are plans to improve it but currently little capacity on our side. Perhaps we get some work on it done in 3.2 or 3.3.
But you can move your SDN layer into the Server as an unmanaged extension. That works and you then can expose your domain level objects as REST endpoints to the front-end clients.
See: http://inserpio.wordpress.com/2014/04/30/extending-the-neo4j-server-with-spring-data-neo4j/
Upvotes: 1