Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Graph database modeling graph tools? [closed]

Tags:

neo4j

A good graph image is good for the graph database documentation like UML diagram, like the

enter image description here

Is there any tool support do draw this diagram in the market totally free?

like image 529
Liping Huang Avatar asked Oct 16 '17 06:10

Liping Huang


Video Answer


2 Answers

@Thanks Tom, I just copy his comment as the answer here so it will more helpful and better for searching.

That diagram is drawn with apcjones.com/arrows for which you can find the code at github.com/apcj/arrows

like image 133
Liping Huang Avatar answered Oct 27 '22 07:10

Liping Huang


If you are OK with JavaScript, than you have a lot of options and D3 is only the one of them.

But I see, Liping Huang, that your top tag is Java. So you can look at gephi-toolkit

It is rather cumbersome, but is native java without any web technologies.

Pros:

  1. it can generate graphs with thousands or even hundreds of thousands of nodes.
  2. It has a lot more settings and engines

Cons:

  1. For some operations it requires JVM to be started NOT in headless mode, but this can be solved.
like image 21
Oleg Gritsak Avatar answered Oct 27 '22 07:10

Oleg Gritsak