[Neo] encoding formats for tuples?

2009-08-02 Thread Rich Morin
I'm getting ready to write some scripts to glean relationship information from some disparate sources (eg, RubyGems metadata and output from MetricFu and YARD processing runs). I hope to pour all of this information into Neo4j as input for an online documentation system. Anyway, I'm trying to dec

Re: [Neo] OSGi update

2009-08-02 Thread Peter Neubauer
Hi Andreas, great work you have done, congrats! Trying to get the imdb-osgi to compile, I realized that you depend on a Sling 2.0.5-SNAPSHOT version. Is that necessary, and in that case, are there any snapshot repos that we could add so people are not forced to build the whole of Sling prior to t

[Neo] Cannot import NeoService with neo4j.py

2009-08-02 Thread Karan Bhangui
Hey guys, I'm trying to work with neo4j using python (neo4j.py module for CPython). I've installed JPype as a dependency and am able to import the `neo4j` module in python. However, when I try from neo4j import NeoService, i get an ImportError. Does anyone know why? Thanks a ton, Karan

[Neo] meta structure

2009-08-02 Thread Jerry Juanico
Hi All, I am currently working with one of the features of ne04j, which is the meta structure. I have tried implementing the test examples and it works fine. But the whole concept is still vague to me. I have noticed that the relationship type is automatic once I invoke the class and property ins

Re: [Neo] HowTo for the Java impaired?

2009-08-02 Thread Rich Morin
As promised, I've created a few stub HowTo pages, based largely on existing content. Here's hoping some more experienced folks will feel motivated to refactor, replace, extend, and otherwise repair my feeble efforts. The added pages are located at: http://wiki.neo4j.org/content/Setup_HowTo

Re: [Neo] HowTo for the Java impaired?

2009-08-02 Thread Rich Morin
At 16:54 +0200 8/2/09, Anders Nawroth wrote: > Thanks for your valid points and for helping out on the wiki > (I just saw your edits)! And thank you for the gracious and positive response! > I think we do need to make the language bindings of Neo4j more visible > to newcomers. The fact that Neo

Re: [Neo] HowTo for the Java impaired?

2009-08-02 Thread Anders Nawroth
Hi Rich! Thanks for your valid points and for helping out on the wiki (I just saw your edits)! I think we do need to make the language bindings of Neo4j more visible to newcomers. The fact that Neo4j is written in Java doesn't imply that you have to know or use Java to use the database. As fo