Re: [Neo4j] Re: Neo4j 2.3.1 doesn't read the plugins

2016-03-19 Thread Luca Scipioni
Hi Peter, I solved the problem, with a simple restart of my machine! :) What is your OS? Have you built the jar or have you downloaded it? Are you sure that neo4j doesn't sync the plugin? Have you tried the command "curl http://localhost:7474/db/data; with your cli? The result should be the

[Neo4j] Re: Neo4j 2.3.1 doesn't read the plugins

2016-03-19 Thread Peter HuisintVeld
I've a similar problem with the spatial plugin although the version 2.3.0 is n't in sync with my neo4j version (2.3.2). Thanks in advance Peter Op dinsdag 15 december 2015 13:00:10 UTC+1 schreef luca scipioni: > Hi there, maybe i'm the only one who has all the stupids problems. Now > Neo4j

[Neo4j] Neo4j console does not display labels.

2016-03-19 Thread Piotr Fraƛ
Hello guys, I have latest (2.3.2) Neo4j server running within Docker: docker run -t -d -p 7474:7474 -v $HOME/neo4j/data:/data neo4j > I managed to successfully start Neo4j console. I also have a scala application running with TinkerPop3 and neo4j-gremlin, pointing to Neo4j server: val conf =

[Neo4j] neo4j traversal path related to a property on relationship

2016-03-19 Thread divyanshu . singh
I have Graph database in Neo4j with Train stations as nodes, and train connecting these stations as directed relationship for example Train station A is connected to Train station B via relationship train{train no : 123}, train relationship has a property called train no . My question is

[Neo4j] plugin spatial neo4j version 2.3.2

2016-03-19 Thread Peter HuisintVeld
Hi, I've a problem with the binary spatial plugin? The version available is relates to neo4j 2.3.0. When I install (unzip the files into the plugins dir and restart) the plugin isn't listed in the REST interface call. Any suggestions? Peter -- You received this message because you are

Re: [Neo4j] warm cache, keep data in fast memory

2016-03-19 Thread Michael Hunger
Which version do you use? What is your configuration ? Heap for your java-process / Page-Cache that you pass into the embedded-gdb config ? Michael On Mon, Mar 14, 2016 at 1:57 PM, Didac Herrera wrote: > Hello, > > I am using neo4j and doing some performance testing. When

[Neo4j] Problem binary plugin neo4j 2.3.2

2016-03-19 Thread Peter HuisintVeld
Hi, I unzipped the latest spatial plugin in the plugins dir. After a restart of neo4j (v 2.3.2) I don't see the plugin listed in the REST call. The plugin relates to the 2.3.0 version of neo4j. May this be a problem and/or do I have to add something to the properties file? Any suggestions?

Re: [Neo4j] import owl file with ontology to Neo4j (Cypher query)

2016-03-19 Thread Joseph Guhlin
I don't think there is a cypher query way of doing it (but haven't seen all of what Cypher can do recently) but I have an database application that can import many types of OBO files, which are similar to OWL, for genomic comparisons. Is the database you want imported also available in OBO

Re: [Neo4j] Problem binary plugin neo4j 2.3.2

2016-03-19 Thread Peter HuisintVeld
Thanks Michael, this works! The link I found previously on the github didn't work: https://github.com/neo4j-contrib/spatial Peter Op woensdag 16 maart 2016 16:45:24 UTC+1 schreef Michael Hunger: > > Is that the spatial plugin for 2.3.2 ? > > or at least for 2.3.x ? >

Re: [Neo4j] Problem binary plugin neo4j 2.3.2

2016-03-19 Thread Michael Hunger
Is that the spatial plugin for 2.3.2 ? or at least for 2.3.x ? https://github.com/neo4j-contrib/m2/tree/master/releases/org/neo4j/neo4j-spatial/0.15-neo4j-2.3.1 Michael On Tue, Mar 15, 2016 at 3:36 PM, Peter HuisintVeld wrote: > Hi, > > I unzipped the latest spatial