Search code examples
rubyneo4jneographyneo4j.rb

Using neo4j with ruby


(PLEASE , THIS QUESTION IS ABOUT NEO4J FOR RUBY AND NOT FOR RUBY ON RAILS)

I would like to develop a small database driven application using ruby and neo4j ,my question is about the deployment part , so , persons who will use the app will have to install neo4j first in their computers or can i package it with the app at once ?

Any help would be appreciated,thanks.


Solution

  • Your application will need a database to communicate with. You'll either need to host one for them or they will need to have one locally. Neo4j does not support multitenancy so unless you can enforce separation of client data at an app level, you will need a separate instance of the database for each client, should you choose to host it for them.