Discussion:
[arangodb-google] Exporting graph database to GraphML format.
Michael Hackstein
2014-05-20 07:19:08 UTC
Permalink
Hi Cristian,

i think the idea of importing/exporting to a format understandable for other tools is great, especially Gephi which has a good approach to display large graphs.
Would you volunteer to write such a library?

best
Michael
I created a graph database in ArangoDB.
To get better display capabilities, I wanted to export the database for loading into Gephi using GraphML format.
Using C # and having found no library, the idea would be to develop, in C #, a GraphML reader and writer package.
What do you think?
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
Christian LeMoussel
2014-05-20 06:35:26 UTC
Permalink
I created a graph database in ArangoDB.
To get better display capabilities, I wanted to export the database for
loading into Gephi <http://gephi.org/> using GraphML format.

Using C # and having found no library, the idea would be to develop, in C
#, a GraphML <http://graphml.graphdrawing.org> reader and writer package.

What do you think?
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
Christian LeMoussel
2014-05-21 05:39:50 UTC
Permalink
Hi Michael,

I had not thought of that but why not !
I develop in C # and I know JavaScript.

I am a beginner with ArangoDB. I need some help.
In what language this library will be written ? With JavaScript function to
be integrated in the database?

As we proceed?

Good Journey.


Christian.

*Rem :* Excuse me for my poor English, I'm French :)
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
Christian LeMoussel
2014-05-23 16:22:04 UTC
Permalink
In Javascript, I write a first basic function to export ArangoDB Graph
database to GRAPHML format.
For the first tests, I use ArangoDB-Data / Graphs / 50 /<https://github.com/triAGENS/ArangoDB-Data/tree/7e29508e93215afd83fb91bb6b012f9f57dc5455/Graphs/50> .
Under Gephi I obtain this graph

<Loading Image...>
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
Patrick Mulder
2014-05-24 15:24:36 UTC
Permalink
That is great Christian!

Thanks for sharing - would you mind to write a blog post on this maybe? I
can't follow up right now, but would be interested to catch as soon as I
have more time.

Have a nice weekend,

Patrick
Post by Christian LeMoussel
In Javascript, I write a first basic function to export ArangoDB Graph
database to GRAPHML format.
For the first tests, I use ArangoDB-Data / Graphs / 50 /<https://github.com/triAGENS/ArangoDB-Data/tree/7e29508e93215afd83fb91bb6b012f9f57dc5455/Graphs/50> .
Under Gephi I obtain this graph
<https://lh5.googleusercontent.com/-eHuxfuFu1ik/U391AS2M-QI/AAAAAAAABVQ/nEfGYBXEdDE/s1600/Untitled.png>
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
Loading...