Re: [Neo4j] Share your interesting graph datasets

2011-08-05 Thread Peter Neubauer
There is the Dbpedia dataset and the imdb one. Anyone who has more interesting stuff? /peter Sent from my phone. On Aug 4, 2011 11:06 PM, Michael Hunger michael.hun...@neotechnology.com wrote: Hey, we've set up a place where we are going to publish interesting graphy datasets. Those will be

Re: [Neo4j] Grails with neo4j ivy doesn't contain class files

2011-08-05 Thread Stefan Armbruster
Hi, Am Donnerstag, den 04.08.2011, 14:20 -0700 schrieb noppanit: Hi, I'm not sure if I'm missing something here, I'm using Grails with Grails dependencies to resolve any dependencies. This is my BuildConfig.groovy file grails.project.dependency.resolution = { // inherit Grails'

Re: [Neo4j] How to connect Neoclipse remotely

2011-08-05 Thread dhsieh
Hi Michael, I was trying to run Win32 Neoclipse 1.4 on Linux Neo4j HA standalone servers to replace the webadmin graph. I wonder if you have figured out a way to do that other than exporting the Samba/NFS from Linux side? Also like other Neo4j clients, Neoclips should not be the sole user that

[Neo4j] Invitation to connect on LinkedIn

2011-08-05 Thread bryce hendrix via LinkedIn
LinkedIn bryce hendrix requested to add you as a connection on LinkedIn: -- Craig, I'd like to add you to my professional network on LinkedIn. - bryce Accept invitation from bryce hendrix

[Neo4j] Keeping context information in the Graph

2011-08-05 Thread pankaj
Hi, I have following data modeling problem. Node A related to Node B with complex property C. I modeled it like A-B-C. Now I have another node D related to B with complex property C and E. Now my graph looks like D-B-c, A-B-C, and D-B-E. Now storing like this, I lost the information that A never

[Neo4j] Are Unique Indices in the Works?

2011-08-05 Thread espeed
Hi - The issue of unique indices came up several times earlier this summer: http://neo4j.org/forums/#nabble-td3047393 http://neo4j.org/forums/#nabble-td3148364 http://lists.neo4j.org/pipermail/user/2011-June/009809.html And Mattias created a support ticket:

[Neo4j] GSoC 2011 Neo4j Geoprocessing | Weekly Report #10

2011-08-05 Thread Andreas Wilhelm
Hi, This and the last week I debugged the GeoServer to find the problem why the integeration of the Neo4j Spatial data store does not work anymore. I fixed the issues and did some refactoring(going on) and seperated the Neo4j datastore implementation in a extra maven module. It is now working

[Neo4j] Enhanced API rewrite

2011-08-05 Thread Niels Hoogeveen
Today I pushed a major rewrite of the Enhanced API. See: https://github.com/peterneubauer/graph-collections/tree/master/src/main/java/org/neo4j/collections/graphdb Originally the Enhanced API was a drop-in replacement of the standard Neo4j API. This resulted in lots of wrapper classes that

Re: [Neo4j] Keeping context information in the Graph

2011-08-05 Thread Dmitriy Shabanov
On Sat, Aug 6, 2011 at 3:11 AM, pankaj pankaj@gmail.com wrote: I have following data modeling problem. Node A related to Node B with complex property C. I modeled it like A-B-C. Now I have another node D related to B with complex property C and E. Now my graph looks like D-B-c, A-B-C,

[Neo4j] Invitation to connect on LinkedIn

2011-08-05 Thread bryce hendrix via LinkedIn
LinkedIn bryce hendrix requested to add you as a connection on LinkedIn: -- Craig, I'd like to add you to my professional network on LinkedIn. - bryce Accept invitation from bryce hendrix

Re: [Neo4j] Enhanced API rewrite

2011-08-05 Thread Dmitriy Shabanov
On Sat, Aug 6, 2011 at 5:51 AM, Niels Hoogeveen pd_aficion...@hotmail.comwrote: ... Every part of the database can be accessed with a traveral description. The standard Neo4j API only allows traversals to return Nodes given a start Node. The Enhanced API allows traversals from any part