[Neo4j] Re: install neo4j

2015-10-10 Thread varun kumar
Try exporting JAVA_HOME. Thanks On Saturday, October 10, 2015 at 6:35:18 AM UTC-7, Ankit Katiyar wrote: > > Hello > > I have install neo4j in dedicated server in hosting linux , I face this > problem (Cannot execute user/local/jdk/bin/java) But i have alerdy > install. please help me. But error

[Neo4j] Neo4j OGM returning No Host exception

2015-10-10 Thread varun kumar
I am running neo4j-community-2.2.5 locally on my macbook. I am trying to connect to the code using the neo4j-ogm version : 1.1.2 Here is the session factory public class Neo4jSessionFactory { private final static SessionFactory sessionFactory = new SessionFactory("com.readypulse.rpinflue

Re: [Neo4j] Limitations and Scalability down the line

2015-10-10 Thread Michael Hunger
Good question, the APIs are definitely evolving. Nothing is set in stone :) We always want to provide the best and fastest way of accessing Neo4j. > Am 10.10.2015 um 17:30 schrieb Clark Richey : > > Michael, > We use neo4j enterprise in embedded mode. Your comments regarding embedded > concern

Re: [Neo4j] Limitations and Scalability down the line

2015-10-10 Thread Clark Richey
Michael, We use neo4j enterprise in embedded mode. Your comments regarding embedded concern me a bit. Is support for running embedded going away or are some of the APIs just changing? Sent from my iPhone > On Oct 10, 2015, at 11:00, Michael Hunger > wrote: > > 1. There will be no limitations

Re: [Neo4j] How to get Cipher queries, and shortest number of numbers for graph with edge days attributes

2015-10-10 Thread Michael Hunger
Please see: http://neo4j.com/docs/stable/query-match.html#_shortest_path match path1 = allShortestPaths((start:Port {name:"Buenos Aires"})-[:TRIP_TO*]-(end:Port {"New York"})), path1 = allShortestPaths((start:Port {name:"New York"})

Re: [Neo4j] from neo4jrestclient import GraphDatabase unresolved?

2015-10-10 Thread Michael Hunger
Py2neo 2.0 has different APIs See: http://py2neo.org/2.0/intro.html > Am 09.10.2015 um 13:08 schrieb Sebastian M Cheung : > > Any idea why import GraphDatabase is unresolved? > The version I have installed is 2.1.0? > > from neo4jrestclient import GraphDatabase

Re: [Neo4j] Limitations and Scalability down the line

2015-10-10 Thread Michael Hunger
1. There will be no limitations down the line. The limits will be gone. 2. Don't rely on embedded too much, there will be changes in upcoming releases (some drastic some not so). 3. Yes, but going forward that might change (wrt embedded). Do you mean nodes=servers? There is currently a practica

[Neo4j] from neo4jrestclient import GraphDatabase unresolved?

2015-10-10 Thread Sebastian M Cheung
Any idea why import GraphDatabase is unresolved? The version I have installed is 2.1.0? from neo4jrestclient import GraphDatabase -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, sen

[Neo4j] How to get Cipher queries, and shortest number of numbers for graph with edge days attributes

2015-10-10 Thread Sebastian M Cheung
How to get say Buenos Aires - New York - Liverpool in terms of number of days? and shortest path, say between Buenos Aires - Liverpool? from py2neo import Graph, Node, Relationship, authenticate import os url = os.environ.get('GRAPHENEDB_URL', 'http://localhost:7474') username = os.env

[Neo4j] Limitations and Scalability down the line

2015-10-10 Thread Piyush Katariya
I wanted to adopt neo4j community edition for one of my new project. Its datasize will grow exponentially after say couple of years. I could not able to find an answer for couple of questions in terms of limitations and scalability so asking them here. 1. As mentioned in the ht

Re: [Neo4j] Problem Install Neo4j in Dedicated Server in Hosting Linux

2015-10-10 Thread Michael Hunger
how did you install neo4j in the first place? > Am 10.10.2015 um 16:22 schrieb Ankit Katiyar : > > we have a dedicated server , which is in Godaddy, And its in Cent OS. > Appreciate your support. > > > On Saturday, October 10, 2015 at 7:23:25 PM UTC+5:30, Michael Hunger wrote: > There should be

Re: [Neo4j] Problem Install Neo4j in Dedicated Server in Hosting Linux

2015-10-10 Thread Ankit Katiyar
we have a dedicated server , which is in Godaddy, And its in Cent OS. Appreciate your support. On Saturday, October 10, 2015 at 7:23:25 PM UTC+5:30, Michael Hunger wrote: > > There should be more error message to it > > What Linux are you using? > > What does "*/user/local/jdk/bin/java" show is

Re: [Neo4j] Problem Install Neo4j in Dedicated Server in Hosting Linux

2015-10-10 Thread Michael Hunger
There should be more error message to it What Linux are you using? What does "/user/local/jdk/bin/java" show is it a real file? Michael > Am 10.10.2015 um 15:47 schrieb Ankit Katiyar : > > I already install in jdk 1.7 but still jdk is missing. error massage showing > Error: Unable to find Jav

[Neo4j] Re: Problem Install Neo4j in Dedicated Server in Hosting Linux

2015-10-10 Thread Ankit Katiyar
I already install in jdk 1.7 but still jdk is missing. error massage showing Error: Unable to find Java. *( Cannot Execute /user/local/jdk/bin/java )* On Saturday, October 10, 2015 at 6:46:55 PM UTC+5:30, Ankit Katiyar wrote: > > hello > I have install neo4j in dedicated server in hosting linux

[Neo4j] Re: Problem Install Neo4j in Dedicated Server in Hosting Linux

2015-10-10 Thread Ankit Katiyar
Yes i have install java jdk. But same problem On Saturday, October 10, 2015 at 6:46:55 PM UTC+5:30, Ankit Katiyar wrote: > hello > I have install neo4j in dedicated server in hosting linux , I face this > problem (Cannot execute user/local/jdk/bin/java) But i have alerdy > install. please hel

[Neo4j] install neo4j

2015-10-10 Thread Ankit Katiyar
Hello I have install neo4j in dedicated server in hosting linux , I face this problem (Cannot execute user/local/jdk/bin/java) But i have alerdy install. please help me. But error (Cannot execute user/local/jdk/bin/java), i have alredy install. I am also send screen shot please find the atta

Re: [Neo4j] Problem Install Neo4j in Dedicated Server in Hosting Linux

2015-10-10 Thread Michael Hunger
did you install java first? best orcle jdk or openjdk MIchael > Am 10.10.2015 um 15:16 schrieb Ankit Katiyar : > > hello > I have install neo4j in dedicated server in hosting linux , I face this > problem (Cannot execute user/local/jdk/bin/java) But i have alerdy install. > please help me. B

[Neo4j] Problem Install Neo4j in Dedicated Server in Hosting Linux

2015-10-10 Thread Ankit Katiyar
hello I have install neo4j in dedicated server in hosting linux , I face this problem (Cannot execute user/local/jdk/bin/java) But i have alerdy install. please help me. But error (Cannot execute user/local/jdk/bin/java), i have alredy install. I am also send screen shot please find the attachm