[Neo4j] Newbie question on server topology

2011-11-17 Thread Vinicius Carvalho
Hi there! I've being playing around with neo4j for a few weeks now. I'm using embedded graph db, and the data lives inside my developer machine. But now I need to turn things into a more production like stage. Coming from a traditional SQL world where we have our clusters of DB running in some

Re: [Neo4j] Newbie question on server topology

2011-11-17 Thread Michael Hunger
If you're using spring you can also look into Spring Data Neo4j (http://spring.neo4j.org) (see the docs here: http://static.springsource.org/spring-data/data-graph/snapshot-site/reference/html/#reference:neo4j-server) and its use of the SpringRestGraphDatabase and/or the java-rest-binding

Re: [Neo4j] Newbie question on server topology

2011-11-17 Thread Vinicius Carvalho
Thanks for the great reply Michael, the RESTDataService is SpringRestGraphDatabase , sorry, I was away from docs, and was the best approximation of the real name I had :P Thanks a lot for clarification. I guess I'm just assuming REST will not be enough before even trying, it may not be an