Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I just migrated my Rails app from MySql to Neo4j. I have been storing a list of user\'s websites as a serialized string in my DB (ex. User.websites = \"www.facebook.com\",\"www.twitter.com\",etc..)
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po
Can I create multiple relationships of the same type between the same two nodes?I am trying to discover patterns in nodes connected with the same relationship type.开发者_JAVA技巧For e.g., relation PE
Using a gremlin script and neo4j I try to find all paths between two nodes, descending at most 10 levels down. But all I get as response from the REST API is a
I have a general question about modeling in a graph database that I just can\'t seem to wrap my head around.
The follow开发者_运维问答ing command works t = new Table(); g.V.as(\'id\').as(\'properties\').table(t){it.id}{it.map}
I am running on Neo4j (1.4) using Neo4j.rb gem (1.2.2) on Rails 3.1 I bumped into problem where neo4j index was corrupted that I cant run the database anymore, as mentioned in several forums like thi
This is a fairly advanced topic related to directed graphs. I am looking into NOSQL technology for a project. In particular, using graph databases. It\'s a perfect fit in supporting the rich model I w
I have an application that performs a very sequential set of discrete tasks. My problem is that one of the first tasks consumes a large amount of memory, and despite eliminating object references and