Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
neo4j embedded vs REST API
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
divyanshu das  
View profile  
 More options Oct 11 2012, 8:53 am
From: divyanshu das <divyanshu....@gmail.com>
Date: Thu, 11 Oct 2012 05:53:56 -0700 (PDT)
Local: Thurs, Oct 11 2012 8:53 am
Subject: neo4j embedded vs REST API

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Hunger  
View profile  
 More options Oct 11 2012, 9:02 am
From: Michael Hunger <michael.hun...@neotechnology.com>
Date: Thu, 11 Oct 2012 15:02:41 +0200
Local: Thurs, Oct 11 2012 9:02 am
Subject: Re: [Neo4j] neo4j embedded vs REST API
You have to shut-down the database to access / write to it from another process.

For the server you don't have to do this as the access is remotely anyway.

Michael

Am 11.10.2012 um 14:53 schrieb divyanshu das:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
divyanshu das  
View profile  
 More options Oct 11 2012, 9:18 am
From: divyanshu das <divyanshu....@gmail.com>
Date: Thu, 11 Oct 2012 06:18:40 -0700 (PDT)
Local: Thurs, Oct 11 2012 9:18 am
Subject: Re: neo4j embedded vs REST API

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?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Hunger  
View profile  
 More options Oct 11 2012, 9:46 am
From: Michael Hunger <michael.hun...@neotechnology.com>
Date: Thu, 11 Oct 2012 15:46:12 +0200
Local: Thurs, Oct 11 2012 9:46 am
Subject: Re: [Neo4j] Re: neo4j embedded vs REST API

No but you can add an endpoint to your db that allows you to extract/update the information to the graph. Either by exposing a custom set of endpoints that is focused on your domain
or by exposing a generic cypher endpoint.

Michael

Am 11.10.2012 um 15:18 schrieb divyanshu das:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »