And what kind of documents do you want to handle? Files/binary docs, or
f.e. JSON documents, aggregated from database entities?
-Axel.
Am 29.08.2014 um 23:20 schrieb Michael Hunger:
what kinds of relationships do you want to maintain?
and how are the documents related to the entities or the re
what kinds of relationships do you want to maintain?
and how are the documents related to the entities or the relationships?
if I understand you correctly
(entity1)-[:SOME_KIND_OF_REL]->(entity2)
(entity1)<-[:ATTACHED]-(document1)
(entity2)<-[:ATTACHED]-(document2)
(entity3)<-[:ATTACHED]-(docume
Hi,
I am working on a design of a system in which I need to maintain
relationship between various kinds of real world entities and also have to
handle documents(can have one or more attachments with 1 entity).
I am little confused with the database choice and need help in identifying
the pros a