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 <
mic
try traceroute to see where the packets get lost
Sent from my iBrick4
Am 15.01.2011 um 22:26 schrieb 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.
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 API,
On 16 January 2011 10:08, Peter Neubauer 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 admin), and still operate
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 fro
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
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 layo
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 <
david.mon...@neotec
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 wrote:
> Using a pre-made layout solution would indeed be optimal, no reason to
>
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 brows
Hi,
For some reason I can't access svn.neo4j.org from California (i.e. not even
ping). It works just fine from my Swedish server though. Anyone else
experiencing anything similar, or is it just some freak outage?
--
David Montag
Neo Technology, www.neotechnology.com
Cell: 650.556.4411
david.mon.
On 16 January 2011 05:34, Peter Neubauer
wrote:
> 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 ta
>
> On 15 January 2011 15:58, Peter Neubauer
> 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
> > mention, zomming in
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 giv
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, w
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
c
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 levels
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 t
Yep. I slippy graph like google maps - with details an different zoom levels!
Awesome!
On 15 January 2011 15:58, Peter Neubauer
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.
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.
Che
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 considered,
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
Yeah, you couldn't do very much with the markers. But you could pre-render
millions of nodes on the server, and serve it as a spatial layer as if it
was a map.
Geoserver would slice it up, allowing zooming and panning just like a map.
Then you would add interactivity on top of the rendered image l
I worked on a similar map project a couple of years ago where we
rendered a heat map over parts of the UK, very detailed - in the end
we use openlayers and geoserver.
Geoserver was really performant.
On 15 January 2011 10:24, Peter Neubauer
wrote:
> Jacob,
> yes, spatial visualization based on O
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 Neu
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: neubaue
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 Google
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
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 the
29 matches
Mail list logo