Hi All:

I built a neo4j graph database server. And user SpringRestGraphdb to access and operate the remote database. I found that many important interface such as "getAllNodes" are not implemented. So how can I make such functions work?

And is there any convenient way to operate the remote database. And how about the ability of handling concurrent request?