graph-databases
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 分类:问答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 分类:问答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 分类:问答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 分类:问答Looking for a mature, scalable GraphDB with .NET or C++ binding
My basic re开发者_C百科quirements from a GraphDB: Mature (production-ready) Native .NET or C++ language binding[详细]
2023-04-03 18:29 分类:问答which graph database to use
Are there any open-source graph-databases around which are able to store binary data, scale horizontally and optionally provide versioning of stored data?[详细]
2023-04-03 02:49 分类:问答How could I write this queries in neo4j?
I\'m very new to neo4j and to graph database in general. I\'m prototyping an app, and I don\'t know how should i write these queries[详细]
2023-03-25 20:46 分类:问答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 分类:问答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 分类:问答