My application is hosted on ec2. I need to make queries to the neo4j database to get some information. Till now we were using php wrapper to insert and update data in neo4j. So, without disturbing the current system, i.e. without shutting down the db, a parallel process using embedded java will make queries to fetch data and use it.
When I tried doing this on local machine, I had to stop the neo4j-service. Will it work on ec2?