I'm looking for no-sql directed graphs DB engine for GWT application. Requirements are:

  1. SQLite-like simplicity.
  2. Has a tool to explore/modify its structure.
  3. Doesn't require being installed (or very easy to install without fixing configuration files and other stuff).
  4. No special requirements for performance.

What should I use?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Neo4j looks suitable. It is simple to use, has an eclipse-based tool for exploring the structure visually (although it is not perfect), and can be run embedded (no installation).

link|improve this answer
1  
There's a web-based admin tool with visualization as well: webadmin. You can use it with embedded mode as well, see using the server with an embedded database. – nawroth Aug 28 '11 at 12:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.