Re: [Neo4j] Re: Problem connecting to remote Neo4J using Java

2014-09-28 Thread Michael Hunger
It's already there: https://github.com/neo4j-contrib/neo4j-jdbc/blob/master/pom.xml#L11 and on m2.neo4j.org http://m2.neo4j.org/content/repositories/releases/org/neo4j/neo4j-jdbc/2.1.4/ On Mon, Sep 29, 2014 at 3:02 AM, Mohana Krishna, IIT Bombay, India < mohana...@gmail.com> wrote: > Michael,

[Neo4j] Re: Problem connecting to remote Neo4J using Java

2014-09-28 Thread Mohana Krishna, IIT Bombay, India
Michael, The current version in the link: https://github.com/neo4j-contrib/neo4j-jdbc is 2.0.1. Is this the latest version? If not where can I get the latest JDBC jar? When can we expect version - 2.1.4 ? On Thursday, 25 September 2014 07:16:56 UTC+5:30, Mohana Krishna, IIT Bombay, India wro

Re: [Neo4j] Re: What is the best way to use Neo4J from java

2014-09-28 Thread Michael Hunger
Depends on what you want to do. I personally would either go with the JDBC driver or a Server Extension. I currently working on improving remote Spring Data Neo4j performance currently the server mode is not that fast (embedded is ok). SDN can work with HA but there are some issues, like sending

[Neo4j] Re: What is the best way to use Neo4J from java

2014-09-28 Thread Eric Pederson
I have a related question - is it possible to use Spring Data Neo4J to query Neo4J Enterprise HA? It appears so, I just wanted to confirm. Thanks, On Saturday, September 27, 2014 6:08:03 AM UTC-4, sekharreddy mandapati wrote: > > What is the best way to use Neo4J from java? > ->Calling REST

Re: [Neo4j] Applying neo4j to e-commerce

2014-09-28 Thread Michael Hunger
There are some more: - catalogue management (product hiearchies) - price management (esp. across multiple outlets and resellers) - supplier management (master data management) - product variant management (across product attributes) - for wholesale - b2b customer management, esp. buyer-org-hierarc

[Neo4j] Applying neo4j to e-commerce

2014-09-28 Thread omer taskin
Hello, I have a e-commerce platform which has many transactions. I have reviewed graph databases. Neo4j looks nice to implement. What can I do with it except for recommendation? -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from thi

[Neo4j] neo4j broken/corrupted after ungraceful shutdown

2014-09-28 Thread Ronen Ness
hi all, I've posted this question on SO but I'm not getting too many answers there so I wanted to try here as well, since this looks like a genuine bug in neo4j. here's the deal: I have a neo db with

Re: [Neo4j] Re: Problem connecting to remote Neo4J using Java

2014-09-28 Thread Michael Hunger
Should be resolved in the latest 2.1.4 version Von meinem iPhone gesendet > Am 28.09.2014 um 16:45 schrieb Mohana Krishna, IIT Bombay, India > : > > Thanks Mark for your pointer. I am looking into it. I have run a sample > program using this on Movie database with the query "MATCH (n:Person) r

[Neo4j] Re: Problem connecting to remote Neo4J using Java

2014-09-28 Thread Mohana Krishna, IIT Bombay, India
Thanks Mark for your pointer. I am looking into it. I have run a sample program using this on Movie database with the query "MATCH (n:Person) return count(n) as count;". I am getting the following output: Starting the Apache HTTP client Connecting to URL http://10.129.13.25:7474/ Executing quer