neo4j
Representing a cooking recipe in a graph database
I\'m trying to wrap my head around graph databases.So maybe someone could help explain to me the right way to model this relationship.This is mostly from the perspective of neo4j, but I assume it woul[详细]
2023-04-13 03:57 分类:问答Cypher quering using a node Id
Lets assume the following entities: A \'user\' has a \'blog\' and the blog has \'entries\'. A blog can have multiple users and an entry has three properties, user, blog and a string entry. I want to[详细]
2023-04-12 17:26 分类:问答Rails server encountering malloc error
I started a new rails/neo4j project and using a generator to create models, controllers, routes, tests and views for a Users model (as detailed in http://neo4j.rubyforge.org/guides/rails3.html).[详细]
2023-04-12 16:10 分类:问答Neo4j web admin
Is it possible to change the开发者_运维百科 database that I wish to query? The gremlin console only shows:[详细]
2023-04-12 12:34 分类:问答Starting neo4j on mac
I\'m trying to, unsuccessfully, start the neo4j server. I\'ve followed the guide, http://docs.neo4j.org/chunked/snapshot/server-installation.html#_mac_osx_service, but keep getting the following error[详细]
2023-04-12 10:32 分类:问答What's the best way to access Neo4j from Django?
it seems that i found something that let me confused; i\'ve found two Neo4j to download to python, the first one is:[详细]
2023-04-12 06:21 分类:问答Cypher java date query
I\'m attempting to run a cypher query to return back nodes within a particula开发者_StackOverflow中文版r date range. When passing in the date object (Java) the query fails to return the correct nodes.[详细]
2023-04-12 06:21 分类:问答Using Neo4j as Mahout Datastore
Has anyone successfully integrated Apache Mahout with Neo4j as a datastore? If so, how much works was involved, and what was the pe开发者_JS百科rformance like?I haven\'t heard from anyone that\'s trie[详细]
2023-04-12 03:16 分类:问答Modelling alternatives and performance when traversing a tree structure in Neo4J
I modelled a tree structure using the Neo4J graph database. All nodes represent a category with a characterising name. So I have to traverse my tree very often from the root to a specific node / categ[详细]
2023-04-11 08:08 分类:问答Generic traversal of a directed tree with Neo4J
I modelled a directed tree structure using the graph database Neo4J. So I have something li开发者_运维知识库ke this: http://ouwarovite.net/YAPC/220px-Binary_tree.svg.png (not mandatory binary)[详细]
2023-04-11 05:18 分类:问答