My objective is to write a shortest path algorithm for a road network. Currently my architecture is something like that: I store all the data in the PostGIS enabled PostgreSQL database. I do one开发者
I\'m trying to graph the linking structure of a web site so I can model how pages on a given domain link to each other. Note I\'m not graphing links to sites not on the root domain.
I\'m looking for no-sql directed graphs DB engine for GWT application. Requirements are: SQLite-like simplicity.
I\'m suffering from grails depen开发者_JAVA技巧dencies with only pom.xml in the jar files at the moment. Basically, I\'m trying to use grails dependencies to include neo4j which the main file only con
I\'m new in Spring and I\'m using it with Graph ORM module, I have searched around internet but just found a little code somewhere, there is no full tutorial guide me step by step from configuration t
I have a web application deployed on heroku. I just introduced Neo4j as data structure and, of course, I have to integrate it in production on heroku. I read on this link http://wiki.neo4j.org/content
I want to store following directory tree structure using neo4j local database and Gremlin in Java. (ROOT)
I have a social network built on a relational database using Rails 3.0.7 and Ruby 1.9.2 as interpreter.I have to migrate right now to Neo4j, but I read on the documentation that it requires Jruby as i
I\'m building an undirected ANN. There are no distin开发者_开发知识库ct input or output nodes, and all connections are undirected.
I am to build a web app and I have realized that my domain data will be best represented by a graph structure. Which web frameworks out there does the greatest job at integrating with graph databases