1

I read the docs for Spring Data Neo4j, and I found this kind of pictures: the unkown source

It's really funny and I want use it too! Do you know what is the website that generates it? I know that it works with some script language, but I didn't find it after spent some hours :(

Vincent Devillers
  • 1,628
  • 1
  • 11
  • 17

2 Answers2

0

I used http://yuml.me for it, it has a nice textual DSL for creating those diagrams and you can have them render the image and you can include it directly into your web-pages.

Michael Hunger
  • 41,339
  • 3
  • 57
  • 80
0

You can try http://grapholite.com/ . Just select one of the "Sketch" themes to get hand-drawing imitation. Also it's supports all UML shapes.

Eugene
  • 1