Re: [Neo4j] Re: how to find multiple simular relstionships

2018-01-04 Thread Koen Kleingeld
Hi Craig, thanks, yes i know i could have combined my query into one but this was just to split things out. Its only purpose was to create the initial subset of the bigger graph that would be input for the actual query.. I tried your query but it does not give any results back but with some help

Re: [Neo4j] apoc.load.xml

2017-12-13 Thread Koen Kleingeld
Hi, this seems to work (with file:/// .. i.e 3 slashed) although i assumed that the file location could be relative to the import directory and i did not get a file not found error .. anyways .. thanks ! regards koen 2017-12-13 14:45 GMT+01:00 'Michael Hunger' via Neo4j < neo4j@googlegroups.co

Re: [Neo4j] Re: uuid function

2017-12-01 Thread Koen Kleingeld
Hi kamal this works fine and i included it into my overall query thanks. So my final question on this would be 1) how to know that you have to put " " around the query part of the query following the condition ? 2) how do you know that the syntax of "param" is like{w:w} ... orby som

Re: [Neo4j] Re: uuid function

2017-11-30 Thread Koen Kleingeld
Hi Kamal, thanks, i have seen this "construct" before and will test it. However i am still very interested to learn how to use the call apoc.do.case() procedure to implement this .. i expect that the result might look somewhat more straightforward (to say the least) i.. and ideas how to apply tha

Re: [Neo4j] Re: uuid function

2017-11-30 Thread Koen Kleingeld
Hi kamal. thanks, thats also how i do it now. Maybe one other question to the community Is there an example of a cypher query using a *call apoc.do.case()* procedure where you want to have multiple "condition,query" pairs and where each "query" performs multiple operations such as a property SET

Re: [Neo4j] Re: uuid function

2017-11-29 Thread Koen Kleingeld
H kamal thanks, that works too. i guess the original problem was due to the "call" statement being there .. removing that seems to work although i thought i tested that already .. it also needed small rewrite to SET the uuid property to avoid duplicate record conflicts so for apoc functions no cal

Re: [Neo4j] neo4j desktop

2017-11-28 Thread Koen Kleingeld
thanks michael i copied a database from the 3.3 community edition across so that might be the reason. #2 was more kind of suggestion to automate the update of the conf file if you download the plugin library.. but i already did it manually best regards koen 2017-11-28 21:41 GMT+01:00 'Michael Hun

Re: [Neo4j] Re: Import delta

2017-11-21 Thread Koen Kleingeld
>> HTH Michael >>> >>> LOAD CSV FROM "url" as row >>> // get-or-create-node >>> MERGE (n1:Node1 {row.id1}) >>> // update prop >>> SET n1.prop1 = row.prop1 >>> // get-or-create-node >>> MERGE (n2:Node2 {row.id

Re: [Neo4j] Re: Import delta

2017-08-22 Thread Koen Kleingeld
n2.prop2 = row.prop2 > // get-or-create-relationship > MERGE (n1)-[rel:REL]->(n2) > SET rel.prop = row.relProp > > > > > On Mon, Aug 21, 2017 at 2:52 PM, Koen Kleingeld > wrote: > >> Hi andy, i am already using the merge command which works fine to create &g

Re: [Neo4j] Re: Import delta

2017-08-21 Thread Koen Kleingeld
Hi andy, i am already using the merge command which works fine to create unique records but i also want to be able to for example update / change an attribute on an existing node .. i maybe have to do some more testing with all merge options .. koen 2017-08-21 10:12 GMT+02:00 LAW Andy : > Koen,

Re: [Neo4j] browser responds very slowly when typing in / deleting characters

2017-08-13 Thread Koen Kleingeld
ok will do thx 2017-08-13 13:33 GMT+02:00 'Michael Hunger' via Neo4j < neo4j@googlegroups.com>: > Can you raise this as an issue on the neo4j-browser repo? > > Von meinem iPhone gesendet > > Am 13.08.2017 um 03:06 schrieb koen : > > Hi, i noticed that the neo4j browser responds very slowly when i

Re: [Neo4j] Re: neo4j 3.1.2 failed to start with apoc 3.1.0.3

2017-03-27 Thread Koen Kleingeld
Hi thanks, i found a later version that worked too reg koen 2017-03-25 5:32 GMT+01:00 sundeep pv : > Hello Koen, > > I kind of ran into the same issue with 3.1.1 and apoc-3.1.0.3-all jar. > however the issue was with one of the config file entry that I messed up a > bit when I wanted to use a

Re: [Neo4j] Re: neo4j 3.1.2 failed to start with apoc 3.1.0.3

2017-03-15 Thread Koen Kleingeld
Yes, unfortunately not all links point to that location... so why not simply include the latest working version of the apoc library in the build that can be downloaded from the neo4j website ? 2017-03-15 10:53 GMT+01:00 'Michael Hunger' via Neo4j < neo4j@googlegroups.com>: > Yes that's the intent

Re: [Neo4j] i see no properties after database copy

2017-02-07 Thread Koen Kleingeld
. 2017-02-07 10:48 GMT+01:00 'Michael Hunger' via Neo4j < neo4j@googlegroups.com>: > What happens if you explicitely return properties from your cypher query? > Perhaps you forgot the property store or the permissions are wrong? > > On Tue, Feb 7, 2017 at 9:53 AM, Ko

Re: [Neo4j] Re: neo4j browser display nodes as images

2016-12-28 Thread Koen Kleingeld
> michael.hun...@neotechnology.com> wrote: > >> It is only a fixed icon set. And the label-icon mapping is done in the >> grass aka :style config. >> >> There is no custom images / icons and none derived from properties >> unfortunately. >> >> Michael &

Re: [Neo4j] Re: neo4j browser display nodes as images

2016-12-28 Thread Koen Kleingeld
switched on .. so how do i link images to labels types .. where to store images / icons .. is this already for 3.1 or for a beta of 3.2 2016-12-28 11:24 GMT+01:00 'Michael Hunger' via Neo4j < neo4j@googlegroups.com>: > There is an experimental feature setting in the configuration sidebar. If > yo

Re: [Neo4j] neo4j browser display nodes as images

2016-12-26 Thread Koen Kleingeld
Hi Tom, i saw it it riks blog http://blog.bruggen.com/2016/11/exploring-paris-terrorist-attack_30.html 2016-12-26 15:52 GMT+01:00 Tom Zeppenfeldt : > Koen, > > are you referring to this tweet of by Rik ? https://twitter.com/ > rvanbruggen/status/804407817952174084 > > > On 26 Dec 2016, at 15:50,

Re: [Neo4j] stream property to gephi

2016-12-22 Thread Koen Kleingeld
hi, looks like it although i do not want to stream all attributes. 2016-12-22 15:46 GMT+01:00 Santiago Videla : > Hi, > > It seems related to this issue in Github: https://github.com/neo4j- > contrib/neo4j-apoc-procedures/issues/113 > > On Thu, Dec 22, 2016 at 11:34 AM, koen wrote: > >> Hi, i

Re: [Neo4j] case question

2016-08-23 Thread Koen Kleingeld
hi michael , thanks !, will try it the other way around .. reg Koen 2016-08-22 16:45 GMT+02:00 'Michael Hunger' via Neo4j < neo4j@googlegroups.com>: > In general clauses are not supported within CASE only expressions. > > Fortunately you can rewrite your query > > USING PERIODIC COMMIT > LOAD CS

Re: [Neo4j] Load CSV ERROR

2016-08-03 Thread Koen Kleingeld
it should be HEADERS iso HEADER 2016-08-02 10:44 GMT+02:00 Francesco Chiesa : > I, i try to import a file csv with this command in cypher: > load csv with header from > "file:///C:/Users/Standard/Documents/esempio.csv" as airports create > (a1:Airport {label: airports.label, city: airports.city,

Re: [Neo4j] Re: Visuaization Tool for Neo4J

2016-05-21 Thread Koen Kleingeld
and gephi 2016-05-22 4:23 GMT+02:00 Sumit Gupta : > This may help you - http://neo4j.com/developer/guide-data-visualization/ > > On Saturday, 21 May 2016 02:42:12 UTC+5:30, Sukaant Chaudhary wrote: >> >> Hi, >> Can anyone suggest me some open source tool which is free for graph >> visualization i

Re: [Neo4j] where is my data

2015-06-30 Thread Koen Kleingeld
ok, this works now.. thx for quick response ! reg koen 2015-06-30 16:13 GMT+02:00 Michael Hunger : > No > > data/graph.db > > Is the correct location > > Von meinem iPhone gesendet > > Am 30.06.2015 um 16:03 schrieb Koen Kleingeld : > > Hi, this is my import c

Re: [Neo4j] where is my data

2015-06-30 Thread Koen Kleingeld
Hi, this is my import command Neo4jImport.bat --into C:\neo4j-community-2.2.3-windows\neo4j-community-2.2.3\data --nodes nodes-header.txt,nodes.txt --relationships relations-header.txt,relations.txt IMPORT DONE in 1s 962ms. Imported: 2 nodes 1 relationships 4 properties this is the config f

Re: [Neo4j] export-graphml

2015-03-09 Thread Koen Kleingeld
hi michael, thanks ! The following worked for me : export-graphml -o "c:/neo4jdata/test.graphml" -r so indeed no url format, forward slashed and the -r option was required also reg koen 2015-03-09 19:09 GMT+01:00 Michael Hunger : > I think the difference is that import-graphml can read from

Re: [Neo4j] Re: strange results

2014-05-01 Thread Koen Kleingeld
o 2.1.M01 ? > > Michael > > Am 01.05.2014 um 11:42 schrieb Koen Kleingeld : > > i went back to 2.0.2 iso 2.1 and did not experience that specific issue > again..so if i come across it again i will share my db > > thx koen > > > 2014-05-01 11:22 GMT+02:00 Michae

Re: [Neo4j] Re: strange results

2014-05-01 Thread Koen Kleingeld
i went back to 2.0.2 iso 2.1 and did not experience that specific issue again..so if i come across it again i will share my db thx koen 2014-05-01 11:22 GMT+02:00 Michael Hunger : > Would you be able to share your db? > > Michael > > Am 21.04.2014 um 17:28 schrieb [:Koen] : > > Hi.. any clues

Re: [Neo4j] Best approach for syncing two databases?

2014-04-29 Thread Koen Kleingeld
a cluster ? 2014-04-29 12:54 GMT+02:00 Spencer Kohan : > So I'm working on an project where there's a local graph database which > will be modified offline, and then periodically synced with another > instance running on the server. The goal would be that following a sync > operation, the serve

Re: [Neo4j] Any pros/cons between relationship vs. "relationship node"?

2014-04-17 Thread Koen Kleingeld
actually i asked the same question in a somewhat different manner a few weeks ago... i.e. to replace relations through intermediate nodes representing the relation to allow for inclusion of the time based dimension.. the question was if there is experiemce out there doing this for bigegr graphs ..

Re: [Neo4j] Any pros/cons between relationship vs. "relationship node"?

2014-04-17 Thread Koen Kleingeld
hi, one advantage of an extra hop that represents the "event" of one user following the other can be the fact that you can now link that "follow" node/event to a timeline graph node which allows for time based traversal .. and see what happened at some point in time.. who followed who .. when .. e

Re: [Neo4j] Re: Why is Neo4j slower(totally dead) with many nodes and relationships in lower specification of pc/notebook while MySQL is not?

2014-03-25 Thread Koen Kleingeld
it is more the structure your query than the amount of nodes 2014-03-25 13:34 GMT+01:00 Rio Eduardo : > you mean Neo4j can't handle 1 Million nodes in lower specification of pc? > > On Tuesday, March 25, 2014 6:45:12 PM UTC+7, Michael Hunger wrote: >> >> Yes totally, should be no problem >> >>

Re: [Neo4j] Re: Chyper query never ends!!

2014-03-25 Thread Koen Kleingeld
and something like shortestPath((startNode)-[:CAR_MAIN_NODES_RELATION*]->(endNode)) or allShortestPaths(startnode)-->(endnode)) 2014-03-25 10:13 GMT+01:00 Antonio Grimaldi : > i tried 1..4 and the query ends in 170ms. > But obviously no path between two very distant locations is found ( this >

Re: [Neo4j] Re: Chyper query never ends!!

2014-03-25 Thread Koen Kleingeld
the query looks pretty straightforward but i am no expert you could try to gradually increase to see when issues arise. 1..2 1..3 1..4 1..5 etc . and whatif you use the shortestpath function 2014-03-25 9:32 GMT+01:00 Antonio Grimaldi : > Hi Koen > > I have not included the limit 1 .. 4 because

Re: [Neo4j] Chyper query never ends!!

2014-03-25 Thread Koen Kleingeld
and if you limit the path length ... MATCH path=(startNode)-[:CAR_MAIN_NODES_RELATION*1..4]->(endNode) for example 2014-03-25 9:20 GMT+01:00 Antonio Grimaldi : > i tried to execute this cypher query : > > StringBuilder sb = new StringBuilder("START startNode = node(269604), > endNode = node(26

Re: [Neo4j] Re: find difference between 2 collection of paths

2014-03-23 Thread Koen Kleingeld
hi, sure.. actually i would like to build a kind of report that reflects the amount of paths found for a specific relstype (REL1) between each 2 nodes (actully this means duplicate paths if more than 1 found) , their length, the shortest based on weight, and whether there is at least also one p

Re: [Neo4j] Re: find difference between 2 collection of paths

2014-03-23 Thread Koen Kleingeld
hi thx, that one works (just tested it) : match p=(n:label1)-[:REL1*]->(m:label2) where NOT (n)-[:REL2*]->(m) return p any other syntax ideas ? ps .. i was thing far more complex withdual match ... with to pass data to the secondary match ... and some functions to compare the 2 sets ...