Hi, I have a question about how to design a database that has graph data structure in it's core yet have other data which is not graph in nature connected to it. In our model we have graph of objects that are connect with links - which is a prefect match for neo4j. Then on each object and and link we store properties of various types so we need to store list of all the property types we store. We can represent them as graph as well but that fells unnatural. The other way is to combine RDBMS with neo4j but then we run into sync. and deployment problems.
Any help will be great. Thank you, Ido _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

