Head's Up! Site migration is underway. Expect disruption to service on Thursday, Feb. 9!
β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