neo4j
Neo4j in the cloud [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-10 20:06 分类:问答Storing serialized data in an object in Neo4j
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..)[详细]
2023-04-10 13:00 分类:问答How to import dbpedia into neo4j? [closed]
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[详细]
2023-04-10 05:43 分类:问答Multiple relationships of the same type but with different properties between the same two nodes
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[详细]
2023-04-09 03:55 分类:问答Find all paths between two nodes
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[详细]
2023-04-08 10:41 分类:问答How to Model Real-World Relationships in a Graph Database (like Neo4j)?
I have a general question about modeling in a graph database that I just can\'t seem to wrap my head around.[详细]
2023-04-07 09:04 分类:问答How to chain commands in Gremlin?
The follow开发者_运维问答ing command works t = new Table(); g.V.as(\'id\').as(\'properties\').table(t){it.id}{it.map}[详细]
2023-04-05 07:37 分类:问答How to rebuild Neo4j Lucene index? - Neo4j.rb
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[详细]
2023-04-05 01:52 分类:问答Specification of a directed graph
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[详细]
2023-04-04 04:08 分类:问答Java Threads for Memory Management
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[详细]
2023-04-02 21:28 分类:问答