Re: [Neo4j] The imdb example is broken

2011-01-15 Thread Michael Hunger
Alfredas, thanks for pointing that out. What documentation are you referring to? The reference docs of spring-data-graph or the neo4j wiki? Several people documented that independently and I still have to catch up updating all those places. I assume you got the samples from github? We want

Re: [Neo4j] The imdb example is broken

2011-01-15 Thread Michael Hunger
Alfredas, I just checked the imdb example from github and after changing the dependency to 1.0.0.M1 it worked without problems. Michael Am 15.01.2011 um 00:52 schrieb Alfredas Chmieliauskas: Dear all, I am one of the newbies trying to get into experimenting with neo4j. The first thing

Re: [Neo4j] HTML5 graph viz library

2011-01-15 Thread Peter Neubauer
Jacob, yes, spatial visualization based on OpenLayers and Neo4j Spatial would be something, at least as one possible layout algo that you could plug in. How are you thinking around arbitrary non-spatial info? Not sure how good the layout performance of OpenLayers is. I remember working with

Re: [Neo4j] unmanaged extensions

2011-01-15 Thread Peter Neubauer
Dave, the docs are now updated and deployed, see http://components.neo4j.org/neo4j-examples/snapshot/server-unmanaged-extensions.html and http://docs.neo4j.org/chunked/snapshot/server-unmanaged-extensions.html Let us know if this works, happy hacking! Cheers, /peter neubauer GTalk:     

Re: [Neo4j] Buidlbox site deploy breaking?

2011-01-15 Thread Anders Nawroth
Hi! Looks like one of the Hudson bugs that hit the buildbox randomly. I started a new build, and it was fine this time. For some reason archiving of sites is prone to trigger different bugs in Hudson. (I don't remember seeing this specific one previously.) /anders 2011-01-15 08:28, Peter

Re: [Neo4j] HTML5 graph viz library

2011-01-15 Thread Jacob Hansson
Sorry Peter, misread you. What I was thinking was to render non-spatial graphs with neo4j spatial. A layout algorithm would calculate the coordinates of each node we want to visualize. That way we can view really big graphs in the browser, since the layout-work is already done by the server. Den

Re: [Neo4j] HTML5 graph viz library

2011-01-15 Thread Craig Taverner
Intriguing option. So you assign virtual locations based on the layouting algorithm, and then use neo4j-spatial's 'export to PNG' capabilities, which also makes use of SLD for styling (geoserver-like styling, using geotools inside, of course). This is certainly not an option I had every

[Neo4j] HTML5 graph viz library

2011-01-15 Thread Peter Neubauer
Mhh, interesting! I wonder if there is any support for using e.g. GeoTools to render arbitrary layouts apart from spatial. Would be worth to investigate. The nice thing is that these algos support, as you mention, zomming into a static structure, and espose more and more detail on every layer.

Re: [Neo4j] HTML5 graph viz library

2011-01-15 Thread Mark
Yep. I slippy graph like google maps - with details an different zoom levels! Awesome! On 15 January 2011 15:58, Peter Neubauer peter.neuba...@neotechnology.com wrote: Mhh, interesting! I wonder if there is any support for using e.g. GeoTools to render arbitrary layouts apart from spatial.

Re: [Neo4j] HTML5 graph viz library

2011-01-15 Thread Peter Neubauer
In this case, the graph layout could be computed server side by something like graphviz or so, and then sliced into zoom level information. Then interactivity can be added via open layers . However, of course the question is how long it takes to calculate the layout for say 100.000 nodes. After

Re: [Neo4j] HTML5 graph viz library

2011-01-15 Thread Rick Bullotta
Tied in with my SVG question (which should be posted shortly), you can move some of the UI rendering to the server as well, and with SVG you could cleanly integrate data + UI elements in what is sent back to the browser. I think a mix of browser smarts to control client-side rendering (zoom

Re: [Neo4j] HTML5 graph viz library

2011-01-15 Thread Rick Bullotta
Out of curiosity, has anyone looked at re-doing the rendering engine of this in SVG? Now that SVG will be officially supported in IE9, its practicality for web apps is much more substantial. Issues like hit testing/item addressability/animation, conditional display based on zoom level, and other

Re: [Neo4j] HTML5 graph viz library

2011-01-15 Thread Jacob Hansson
Craig: the example domain i mentioned is a dataset of all Corporations in Sweden, with ownerships and board members. I only ever used a subset, so i don't know the primitives count of it, perhaps few million in total, probably more a bit more. Rick: The open layers project uses tiled png images,

Re: [Neo4j] HTML5 graph viz library

2011-01-15 Thread Peter Neubauer
Yeah, I think a mix of the two approaches, as Rick says, handling the selection of detail to stream via some zooming logic interactivity via SVG/JavaScript on the client is a good approach. The other is the selection of only a subset via a traversal and not zoom level on the server. That would

Re: [Neo4j] HTML5 graph viz library

2011-01-15 Thread Tim McNamara
On 15 January 2011 15:58, Peter Neubauer peter.neuba...@neotechnology.com wrote: Mhh, interesting! I wonder if there is any support for using e.g. GeoTools to render arbitrary layouts apart from spatial. Would be worth to investigate. The nice thing is that these algos support, as you

Re: [Neo4j] HTML5 graph viz library

2011-01-15 Thread Tim McNamara
On 16 January 2011 05:34, Peter Neubauer peter.neuba...@neotechnology.comwrote: In this case, the graph layout could be computed server side by something like graphviz or so, and then sliced into zoom level information. Then interactivity can be added via open layers . However, of course

Re: [Neo4j] HTML5 graph viz library

2011-01-15 Thread Jacob Hansson
Using a pre-made layout solution would indeed be optimal, no reason to re-invent wheels. Apart from the layout, we'd get the rest for free from neo4j spatial and surrounding technologies. This would be a separate visualization tool, with an ability to let clients explore massive graphs via a

Re: [Neo4j] HTML5 graph viz library

2011-01-15 Thread Mark
It was a couple of years ago when I used openlayers gwt and geoserver to render heat maps of the uk - even geoserver, and the postgis for the data store ran fine on a laptop. On 15 January 2011 20:29, Jacob Hansson ja...@voltvoodoo.com wrote: Using a pre-made layout solution would indeed be

Re: [Neo4j] SVN repo access problem

2011-01-15 Thread Ivan Brusic
I am using using Google DNS (8.8.8.8) as my DNS server (from the east coast) and I have no issues. $ nslookup svn.neo4j.org Server: 8.8.8.8 Address: 8.8.8.8#53 Non-authoritative answer: Name: svn.neo4j.org Address: 194.218.25.20 On Sat, Jan 15, 2011 at 2:59 PM, David Montag

Re: [Neo4j] HTML5 graph viz library

2011-01-15 Thread Peter Neubauer
Tim, yes, Gephi is very powerful, Martin, Mathieu and the Gephi team are working on an integration right now (started as a Google summer of Code project), https://code.launchpad.net/~gephi.team/gephi/neo4j-plugin There are some remaining issues around how to lazily load the graph and remember

Re: [Neo4j] SVN repo access problem

2011-01-15 Thread Peter Neubauer
Same here from Sweden. Seems to work. Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org               - Your high performance

Re: [Neo4j] SVN repo access problem

2011-01-15 Thread David Montag
Yeah, so DNS works fine. It's just accessing the server that's not working for me: --- svn.neo4j.org ping statistics --- 8 packets transmitted, 0 packets received, 100.0% packet loss David On Sat, Jan 15, 2011 at 1:15 PM, Peter Neubauer peter.neuba...@neotechnology.com wrote: Same here from

Re: [Neo4j] HTML5 graph viz library

2011-01-15 Thread Tim McNamara
On 16 January 2011 10:08, Peter Neubauer neubauer.pe...@gmail.com wrote: For this discussion, we are looking for a good way to do limited but sufficiently powerful web based vizualisation that can be used for mostly introspection and validation of small portion the graph (e.g. in the web

[Neo4j] Searching for ways in imported OSM data

2011-01-15 Thread bryce hendrix
I'm pretty new to neo4j, so please excuse me if this is a FAQ. I exported OSM data for a city from the OSM site, then imported it using the OSMImporter. I can see the layer via the webserver, so I know if got imported okay. Now I would like to find the way nearest to a coordinate via the Java

Re: [Neo4j] SVN repo access problem

2011-01-15 Thread Michael Hunger
try traceroute to see where the packets get lost Sent from my iBrick4 Am 15.01.2011 um 22:26 schrieb David Montag david.mon...@neotechnology.com: Yeah, so DNS works fine. It's just accessing the server that's not working for me: --- svn.neo4j.org ping statistics --- 8 packets

Re: [Neo4j] SVN repo access problem

2011-01-15 Thread David Montag
Already did, and they seem to get lost right before the Neo4j network. But traceroutes can lie. Anyway, checked with other US people, they can access it fine, so it's probably just my local network/computer at home that's screwy somehow. David On Sat, Jan 15, 2011 at 3:15 PM, Michael Hunger