0

Looking for graph db which could be alternative for Neo4j, can any one suggest a better one which could be easily integrated with Java application and has better performance in migrating data from MSSQl to that graphdb.

Jeevanantham
  • 984
  • 3
  • 19
  • 48
  • I would recommend taking a look at http://www.tinkerpop.com/ so that you could try lots of different graph implementations (Titan, Neo4j, OrientDB, Bitsy, etc.) prior to making your decision. – stephen mallette Dec 27 '13 at 13:38

1 Answers1

2

Have you tried http://github.com/thinkaurelius/titan - it's open source, free, supports data distribution.

Also OrientDB looks good.

Aerodynamika
  • 7,883
  • 16
  • 78
  • 137