Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-28-2022 01:01 PM
08-28-2022 10:39 PM
Hi @e_boter,
what could be done in this case is to name labels, relationships and properties with names that can provide information for your use-case. Other than that, you could add a property with this information on any node and rel, but be aware that you will have one property added on each node, which might not be the best option as it increases your db size. Lastly, create a meta-data graph that is attached to parts of the data graph. In this way you will have some granularity when it comes to querying data graph and getting its meta-data.
All the sessions of the conference are now available online