Neo4j db design. Edges with relationship? Filtered shortest path?
问题 H-i, I want to display a force directed graph using in D3. I'm trying to model it with Neo4j. The requirements are to decorate "Topics" and "Edges" with "Attachments". Topics and Edges display in the D3 graph. Attachments in a detail view of a Topic or Edge. This is the conceptual model (Topics and Edges graphed in D3): (attach1) -> (topic1) --edge12--> (topic2) <--edge23-- (topic3) <- (attach2) | | | | (attach3) (attach4) (attach4) (attach5) The simplest thing that doesn't seem to work is: