开发者

NoSQL DB (directed graphs) for Java/GWT?

开发者 https://www.devze.com 2023-03-25 09:19 出处:网络
I\'m looking for no-sql directed graphs DB engine for GWT application. Requirements are: SQLite-like simplicity.

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 fixin开发者_开发问答g configuration files and other stuff).
  4. No special requirements for performance.

What should I use?


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消