Re: [Neo4j] Authentication in neo4j 3.0

2016-08-03 Thread Yayati Sule
Hi Michael, I am trying to connect Neo4j 3.0.1 and ElasticSearch 2.3.2. I have followed every step provided by the people at GraphAware but i still can't get the two to work together. Any suggestions on the same. Regards, Yayati Sule Associate Data Scientist Innoplexus Consulting Service

Re: [Neo4j] Re: Data Insertion into Neo4j

2016-06-21 Thread Yayati Sule
Hi Michael, I cannot share the code as it belongs to my firm. i can tell you that 1. I use Labels, 2. i use values from MongoDB keys as parameters, 3. I have Uniqueness constraints on the property keys that i merge on 4. i do not use Batch transactions Regards, Yayati Sule Associate Data

Re: [Neo4j] Re: Data Insertion into Neo4j

2016-06-21 Thread Yayati Sule
Hi Michael, I am reading records from mongoDB and i have a written a generic function to create Nodes and relations. i am appending the parameters from mongoDb into a Query String and executing the query via run() api Is this causing a bottle neck? Regards, Yayati Sule Associate Data Scientist

[Neo4j] Data Insertion into Neo4j

2016-06-20 Thread yayati . sule
Hi, I am trying to read records from MongoDB and insert into Neo4j. Now i have 2.6 million records in mongoDb and I am inserting the records since Friday[I am from India] into my Neo4j Community Edition. so far I have processed 45k records resulting in 2.9 million nodes. can anyone suggest a fa

Re: [Neo4j] Guide needed for implementation of my use case

2016-05-26 Thread Yayati Sule
Hi Reeika, You can access the property key as follows query: MATCH(n:PERSON{name:blah1,Pnumber:blah2, status:Cancelled/Not Cancelled}) Return count(n.status) See if this works ᐧ Regards, Yayati Sule Associate Data Scientist Innoplexus Consulting Services Pvt. Ltd. www.innoplexus.com

Re: [Neo4j] Cypher queries in python

2016-05-26 Thread Yayati Sule
Hi Jessica, when you execute the query cypher query, just iterate over the cursor and append it to a list. Then using the json.dumps() method you can get the result in JSON format. You may then analyze it as per your needs ᐧ Regards, Yayati Sule Associate Data Scientist Innoplexus Consulting

Re: [Neo4j] GraphGist Installation

2016-05-24 Thread Yayati Sule
Hi Michael, Could you tell me if there is a way to connect the gists to my exisiting GraphDB on my Local machine? Regards, Yayati Sule Associate Data Scientist Innoplexus Consulting Services Pvt. Ltd. www.innoplexus.com Mob : +91-9527459407 Landline: +91-20-66527300 © 2011-16 Innoplexus

Re: [Neo4j] GraphGist Installation

2016-05-23 Thread Yayati Sule
;". * Now i cannot get it to start again. any suggestions on this matter? Regards, Yayati Sule Associate Data Scientist Innoplexus Consulting Services Pvt. Ltd. www.innoplexus.com Mob : +91-9527459407 Landline: +91-20-66527300 © 2011-16 Innoplexus Consulting Services Pvt. Ltd. Unless othe

Re: [Neo4j] GraphGist Installation

2016-05-22 Thread Yayati Sule
out the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException Regards, Yayati Sule Associate Data Scientist Innoplexus Consulting Services Pvt. Ltd. www.innoplexus.com Mob : +91-9527459407 La

Re: [Neo4j] GraphGist Installation

2016-05-22 Thread Yayati Sule
Hi Michael, I forked the following repo from github : https://github.com/neo4j-contrib/graphgist Regards, Yayati Sule Associate Data Scientist Innoplexus Consulting Services Pvt. Ltd. www.innoplexus.com Mob : +91-9527459407 Landline: +91-20-66527300 © 2011-16 Innoplexus Consulting Services Pvt

Re: [Neo4j] GraphGist Installation

2016-05-22 Thread Yayati Sule
I found the script in one of your repos while searching for graphgist installation Regards, Yayati Sule Associate Data Scientist Innoplexus Consulting Services Pvt. Ltd. www.innoplexus.com Mob : +91-9527459407 Landline: +91-20-66527300 © 2011-16 Innoplexus Consulting Services Pvt. Ltd. Unless

Re: [Neo4j] Marketplace built with Neo4j

2016-05-22 Thread Yayati Sule
Hi, Can anyone help me with graphgists? I tried to install graphgists on my system but it seems to work only with Neo4j V-2.3 as opposed to version 3.0.1 which I am curently using for testing purposes. Regards, Yayati Sule Associate Data Scientist Innoplexus Consulting Services Pvt. Ltd

Re: [Neo4j] Advice on correct 2-instance setup is required

2016-05-16 Thread Yayati Sule
Hi Dennis, I am facing simialr problem, but in my case I have 2 machines as slaves and 1 master, but I cannot get them up and running. In your case maybe you can try to setup a third instance and try to start the cluster as a 3 Machine quorum is required for making a HA cluster. Regards, Yayati

Re: [Neo4j] Multi Machine Setup not working

2016-05-15 Thread Yayati Sule
Hi Michael, All the machines have the same values for *"ha.initial_hosts" *property Regards, Yayati Sule Associate Data Scientist Innoplexus Consulting Services Pvt. Ltd. www.innoplexus.com Mob : +91-9527459407 Landline: +91-20-66527300 © 2011-16 Innoplexus Consulting Services Pvt. Lt

Re: [Neo4j] Multi Machine Setup not working

2016-05-15 Thread Yayati Sule
Hi Michael, Please find attached the conf files of the slave machines(Slave1 and Slave2.txt) and Master(neo4j.conf) with this mail as per requested by you. Regards, Yayati Sule Associate Data Scientist Innoplexus Consulting Services Pvt. Ltd. www.innoplexus.com Mob : +91-9527459407 Landline: +91

[Neo4j] Multi Machine Setup not working

2016-05-15 Thread yayati . sule
Hi, I am trying to setup multi Machine cluster for Neo4j 3.0.1(Milestone). I am repeatedly getting the following error from my Log Files. 2016-05-13 06:26:35.251+ INFO Attempting to join cluster of [192.168.0.231:5001, 192.168.1.90:5001, 192.168.1.183:5001] 2016-05-13 06:27:05.754+ ERRO