Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-14-2022 02:10 AM
Hi,
There might be an obvious answer to this but I can't seem to find what the name of my graph is - is there a Cypher query to return it?
Also, what are best practices for naming and can you change a graph name once you have built a graph? If so, how?
Cheers!
Solved! Go to Solution.
07-20-2022 02:40 AM
Hi,
We'll need more information about your context I guess.
(e.g. : is "graphName" required in a procedure from the Graph Data Science Library? If yes, have you already created a projected graph? How?)
07-20-2022 01:39 PM - edited 07-21-2022 12:49 AM
Hello @stephflint 😊
If you talk about the database name, you can't change it after it's created, you can find all the information here.
If you talk about graph projection, you can't change it after it's created, you can find all the information here.
You can get the name of the current database thanks to an APOC procedure: apoc.monitor.kernel().
Regards,
Cobra
07-20-2022 02:40 AM
Hi,
We'll need more information about your context I guess.
(e.g. : is "graphName" required in a procedure from the Graph Data Science Library? If yes, have you already created a projected graph? How?)
07-20-2022 01:39 PM - edited 07-21-2022 12:49 AM
Hello @stephflint 😊
If you talk about the database name, you can't change it after it's created, you can find all the information here.
If you talk about graph projection, you can't change it after it's created, you can find all the information here.
You can get the name of the current database thanks to an APOC procedure: apoc.monitor.kernel().
Regards,
Cobra
07-24-2022 12:40 AM - edited 07-24-2022 02:14 PM
Thanks for the responses. As soon as I wrote the question, I got the answer I was looking for. It was the graphName of graph projection that I didn't understand.
All the sessions of the conference are now available online