Hey Philip, I'm no whiz at this, I just want to give you my two cents. I'm looking forward to hearing what the Neo developer team and the other community members have to say here too.
As I understand it, Neo's primary usage is not for mapping one number to another (node ID), or numbers to objects, if you will. It is not where Neo shines. I would probably go with some kind of Map implementation. You could probably arrange the UUIDs in some kind of tree though. Not sure if this would be more effective than a java.util Map implementation. I guess the issue would be where to persist this data structure. That I'd like to know. /David PS. Is it possible to create a node with a specific node ID? DS. On Sun, Apr 27, 2008 at 9:59 AM, Philip Jägenstedt <[EMAIL PROTECTED]> wrote: > Hi again! > > I've hit my head against the Java wall for a while, and then some > again with Python. What I'm doing is basically map to put MusicBrainz > data (artist MEMBER_OF band, album MASTERED_BY artist, etc) into Neo. > I don't need an index for searching, as MusicBrainz already has an XML > webservice which I can use. But I do need to find a node from its > unique UUID, which is a 128-bit number. > > What are my options? http://wiki.neo4j.org/content/Design_Guide#Search > assumes that I know what Maven is and want to use it. I've found > http://components.neo4j.org/index-util/ but can't find any API > documentation. Can I use it without jumping through Maven hoops? > > Equally importantly, what indexing options are there with the Python > wrapper? > > This must be a very common problem, so I hope there is a better > solution than using a single table in a relational database as an > index... > > Philip > _______________________________________________ > Neo mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user