Re: [Neo4j] SDN: Expensive get node's labels requests

2014-03-07 Thread Gwendal Mousset
I'm very busy at the moment, but, I hope have more time to contribute to neo4j/SDN later :-) Gwendal On Thursday, March 6, 2014 4:36:15 PM UTC+1, Michael Hunger wrote: Yep, my question was how would you imagine it to be configured. Michael Am 06.03.2014 um 16:35 schrieb Gwendal Mousset

Re: [Neo4j] Server startup using Bootstrapper

2014-03-07 Thread Kalidhakani J
I have modified all the configuration settings.. My config files are now getting loaded properly.. But now it is showing me the following error, java.lang.NoSuchFieldError: remote_shell_enabled at org.neo4j.server.database.Database.createDatabase(Database.java:77) at

[Neo4j] Internal server error occurred when trying to add new vector source in geoserver !!

2014-03-07 Thread Apurv Gupta
I am trying to connect neo4j with geoserver with following steps:- 1. Firstly I had taken clone for neo4j spatial project available on git hub. Ref Link:- https://github.com/neo4j/spatial 2. Then I run the command mvn clean install according to written blog

Re: [Neo4j] Internal Algorithms

2014-03-07 Thread Rodrigo Antonialli
Hi Ankur, I don't know if you already saw this, but here is neo4j at github: https://github.com/neo4j/neo4j Maybe there you can find what you are looking for. Also, there is a dedicated topic to RDF and Linked Data (although linked data it is not exactly semantic... but it's a starting point to

Re: [Neo4j] Internal server error occurred when trying to add new vector source in geoserver !!

2014-03-07 Thread Rodrigo Antonialli
Hi! Maybe you should check geoserver logs... you can find them in geoserver data directory inside logs folder. Usually it's named geoserver.log. There is also access to the logs via geoserver interface when logged with admin account. Regards. Rodrigo C. Antonialli

Re: [Neo4j] Neo4j 1.9.4 WI dashboard shows drastically invalid counts

2014-03-07 Thread Illya
Yes, I have the index entries but I don't have index values attached as properties (but the index values are formed/merged solely out of the node properties). Could share the db, no sensitive information there, but I think we have just reached the point when it's gonna be easier/cleaner if I

Re: [Neo4j] Neo4j 1.9.4 WI dashboard shows drastically invalid counts

2014-03-07 Thread Michael Hunger
You would check graph.db/messages.log for a clean shutdown sequence. Something like this: 2014-01-20 18:30:21.713+ INFO [org.neo4j]: Shutdown started 2014-01-20 18:30:21.714+ INFO [org.neo4j]: Database is no longer ready 2014-01-20 18:30:21.714+ INFO [org.neo4j]: GC Monitor

[Neo4j] Generally about Graphs

2014-03-07 Thread Mohan Radhakrishnan
Hi, I have tried some Neo4J samples from the perspective of Java and simple graphs. But I don't have a CS background. How much of graph theory does one needs to know before using Neo4J for serious development ? One answer could be that a relational model didn't require math knowledge.

Re: [Neo4j] Generally about Graphs

2014-03-07 Thread Nigel Small
Hi Mohan I'm entirely self-taught computing-wise and knew nothing about graph theory before starting to play with Neo4j almost three years ago. So don't worry too much, you'll pick it up :-) There are some excellent videos/slides by Jim Webber and Ian Robinson floating around the Intertubes that

Re: [Neo4j] Re: Need help with Cypher query.. Performance..

2014-03-07 Thread Ziv Unger
1. According to Michael Hunger at neo4j, yes. I've also seen evidence of this when optimising my own queries on his advice. 2. You are correct here, sorry. Will teach me to reply before coffee in the morning. 3. Not sure, someone with better knowledge of the inner workings of the db would have

Re: [Neo4j] Re: Need help with Cypher query.. Performance..

2014-03-07 Thread Michael Hunger
Any chance to share your db with us privately if you want to? Will try to find some time to look into it. Cheers, Michael (michael}-[:SUPPORTS]-(YOU)-[:USE]-(Neo4j) Learn Online, Offline or Read a Book (in Deutsch) We're trading T-shirts for cool GraphGist Models Am 07.03.2014 um

Re: [Neo4j] Running Neo4j with multiple process

2014-03-07 Thread Reihane Boghrati
Hi again, Thanks Micheal for your answer. I want multiple applications (e.g., web servers) connect to my database to process requests. These applications are different processes running on different PCs. They must access data from the same graph database. Is there any way to support this? On

Re: [Neo4j] Running Neo4j with multiple process

2014-03-07 Thread Michael Hunger
Use Neo4j Server and use the transactional cypher endpoint for most purposes for special purpose graph operations or a custom domain protocol use unmanaged extensions http://docs.neo4j.org/chunked/milestone/server-unmanaged-extensions.html Cheers, Michael

[Neo4j] first time a query is run it produces different results in 2.1.0-M01

2014-03-07 Thread Tom Zeppenfeldt
I have a graph db with about 1 docs (:jurt) and about 12000 terms (t:Term) from a vocabulary. There are about 1.2M relationships of type (j:jurt)-[:HAS_TERM]-(t:Term) To find out which documents are similar to a given document, based on a count of common terms, I use this query match

[Neo4j] Re: first time a query is run it produces different results in 2.1.0-M01

2014-03-07 Thread Tom Zeppenfeldt
This is the plan that is returned with profile=true { columns : [ j1.jurt_id, j2.jurt_id, commonterms ], data : [ [ J69478, J70059, 281 ], [ J69478, J75545, 214 ], [ J69478, J72887, 209 ] ], plan : { args : { returnItemNames : [ j1.jurt_id, j2.jurt_id, commonterms ], _rows

Re: [Neo4j] Re: Recommended GC and mapped settings for a large sized database

2014-03-07 Thread Virat Gohil
Hi David/Michael, After playing around with the settings, I believe our settings for memory mapped files was incorrectly setup, it was set up to take too much memory, due to this the GC would always try to clean up more memory than required. After bringing down the mapped memory settings to a