Reputation: 403
I've been developing my rails application using the gem neo4j. When I run the server it executes an embedded neo4j server.
In production, is it ok to use this embedded server? How can I can connect my rails application with with the standalone neo4j server?
Upvotes: 3
Views: 285
Reputation: 12926
It seems like you can use the gem neography to achieve this. Just set it up with the ip of your standalone server and you should be good to go.
Upvotes: 1