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

Reply via email to