neo4j
Is a graph database better for shortest paths algorithms?
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开发者[详细]
2023-03-25 13:57 分类:问答Graph Database to Count Direct Relations
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.[详细]
2023-03-25 12:05 分类:问答NoSQL DB (directed graphs) for Java/GWT?
I\'m looking for no-sql directed graphs DB engine for GWT application. Requirements are: SQLite-like simplicity.[详细]
2023-03-25 09:19 分类:问答Grails dependencies neo4j
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[详细]
2023-03-25 04:53 分类:问答Where can I find Spring Graph DB Tutorial Step-by-Step?
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[详细]
2023-03-25 02:24 分类:问答neo4j heroku hosting
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[详细]
2023-03-24 02:43 分类:问答How to store tree structure using neo4j and gremlin
I want to store following directory tree structure using neo4j local database and Gremlin in Java. (ROOT)[详细]
2023-03-24 02:31 分类:问答Neo4j ActiveRecord support using Ruby as interpeter
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[详细]
2023-03-24 00:48 分类:问答How to direct information flow in a graph or ANN?
I\'m building an undirected ANN. There are no distin开发者_开发知识库ct input or output nodes, and all connections are undirected.[详细]
2023-03-23 19:42 分类:问答Web frameworks oriented towards graph databases?
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[详细]
2023-03-22 23:28 分类:问答