Larry,
via Gremlin, there is an adapter to e.g. use Jung with Neo4j, see
http://wiki.github.com/tinkerpop/gremlin/working-with-jung-algorithms
. The main problem is that every graph algo package has its own graph
model and needs an adapter - in this case the multi-labeled graph has
to be morphed into a unlabeled graph that Jung can work with.You can
even try it out directly on http://try.neo4j.org:


$_g := neo4j:open('/db')
g:load('http://github.com/tinkerpop/gremlin/raw/master/data/graph-example-1.xml')
jung:pagerank()

Which will use the Jung version of pagerank.

Let us know if this is interesting to you, and I can help you get going!


Cheers,

/peter neubauer

COO and Sales, Neo Technology

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 graph database.
http://nosqleu.org                    - The biggest NOSQL event. Ever.
http://www.thoughtmade.com - Scandinavias coolest Bring-a-Thing party.



On Tue, Apr 13, 2010 at 4:28 AM, Larry White <[email protected]> wrote:
> Hi,
> Sorry if this has been asked and re-asked, but i couldn't find a convenient
> way to search the archives.  I have a couple questions but I'll ask them
> separately.
>
> Is the db's model of networks compatible with any of the java open source
> network analysis and visualization libraries - or would I have to transform
> the network in order to do any visualization, etc. I know there's an
> analysis package that comes with the db, but some of the other open source
> tools seem especially powerful.
> _______________________________________________
> Neo mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to