Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-25-2020 05:11 AM
CALL gds.graph.create.cypher(
'my-engine-graph',
'MATCH (n:Measurement),(m:Channel) RETURN id(n) AS id',
'MATCH (n)<--(m) RETURN id(m) AS source, id(n) AS target'
)
How to create Graph Catalog with 2 labels ?
How to create Graph Catalog with 2 relationships ?
08-03-2020 09:16 AM
Hello and welcome to the community. It would help to know labels and which relationships you're trying to create but it would be the same type of operations you'd perform normally. Are you getting errors when you're trying to run this query?
All the sessions of the conference are now available online