Re: [Neo4j] Has anyone tried using the visualization example posted on http://neo4j.com/developer/guide-data-visualization/#_howto_graph_visualization_step_by_step ?

2015-02-23 Thread Arvind Upadhyay
uot;source":0, > "target":1, "type":"KNOWS", "since":2010},{"source":0, "target":2, > "type":"FOUNDED"},{"source":1, "target":2, "type":"WORKS_ON"}]}; > > change for

Re: [Neo4j] Has anyone tried using the visualization example posted on http://neo4j.com/developer/guide-data-visualization/#_howto_graph_visualization_step_by_step ?

2015-02-20 Thread Arvind Upadhyay
; On Fri, Feb 20, 2015 at 11:20 AM, Arvind Upadhyay < arvind.charlo...@gmail.com> wrote: > Hi Micheal, > > I tried a simpler example w/o using other scripts (only d3 and > javascript)..i still see the same problem > > Attached is the java scrip

Re: [Neo4j] Has anyone tried using the visualization example posted on http://neo4j.com/developer/guide-data-visualization/#_howto_graph_visualization_step_by_step ?

2015-02-05 Thread Arvind Upadhyay
got a chance to look at the html and js? On Wed, Feb 4, 2015 at 5:59 PM, Arvind Upadhyay wrote: > attached is the index.html and dependency.js (that tries to draw the > graph). > > div used for graph is dependecyMgmt. > > Appreciate your help. > > On Wed, Feb 4, 2015 at

Re: [Neo4j] Has anyone tried using the visualization example posted on http://neo4j.com/developer/guide-data-visualization/#_howto_graph_visualization_step_by_step ?

2015-02-04 Thread Arvind Upadhyay
conversation. On Wed, Feb 4, 2015 at 5:31 PM, Michael Hunger < michael.hun...@neotechnology.com> wrote: > can you share your full html document? > > M > > Am 04.02.2015 um 17:09 schrieb Arvind Upadhyay >: > > One more thing > > if you try to override the response

Re: [Neo4j] Has anyone tried using the visualization example posted on http://neo4j.com/developer/guide-data-visualization/#_howto_graph_visualization_step_by_step ?

2015-02-04 Thread Arvind Upadhyay
,id:3}],* * "links":[{start:0, end:1, type:"KNOWS", since:2010},{start:0, end:2, type:"FOUNDED"},* * {start:1, end:2, type:"WORKS_ON"}]};* you might get the same error. Is this something related to the format of data ? On Wed, Feb 4, 2015 at 9:36

Re: [Neo4j] Has anyone tried using the visualization example posted on http://neo4j.com/developer/guide-data-visualization/#_howto_graph_visualization_step_by_step ?

2015-02-04 Thread Arvind Upadhyay
use here: > > > https://github.com/neo4j-contrib/developer-resources/blob/gh-pages/language-guides/assets/index.html#L87 > http://d3js.org/d3.v3.min.js > > In action: http://my-neo4j-movies-app.herokuapp.com/ > > Michael > > Am 03.02.2015 um 21:29 schrieb Arvind Upadh

[Neo4j] Has anyone tried using the visualization example posted on http://neo4j.com/developer/guide-data-visualization/#_howto_graph_visualization_step_by_step ?

2015-02-03 Thread Arvind Upadhyay
hello guys, this question is more d3 centric than neo4j based. I copied the example from neo4j website for visualization and it does not seem to work. I am using latest version of d3.js to prototype visualization using neo4j. Error seems to be from d3.js library itself Uncaught TypeError: Cann

[Neo4j] All cypher query with the condition to select a pattern (with a particular node) is extremely slow

2015-01-16 Thread Arvind Upadhyay
i have my graph structure (labelled) as attached. Number of nodes~3 million Most of queries are running fine when i try to select a generic pattern, but any specific query criteria is slow e.g match(token:TOKEN)-[r*4..4]-(service:SERVICE) return token,r,service LIMIT 10; is very fast match(