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?
On Thursday, 11 October 2012 18:23:56 UTC+5:30, divyanshu das wrote:
> While using neo4j embedded java, I have to shutdown the neo4j database
> while making any operations. Is there a way to avoid shutting down the
> databse.
> I am using neo4j 1.6.1-community edition.