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.
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.
Have you tried http://github.com/thinkaurelius/titan - it's open source, free, supports data distribution.
Also OrientDB looks good.