Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-11-2022 05:29 AM
Quick question about running python scripts that connect to my Neo4j dbms and query my graph.
Is there a best practice for the location for storing relevant python scripts ?
Should they be in my general project folder for what I'm working on or in the actual project "import folder" via Neo4j desktop, or somewhere else? I'm not managing to connect at the moment. I had this working on a different graph previously - not sure where I've made a mistake
08-11-2022 11:37 AM
I would store them in your project's folder and put them in version control, make sure to put connection credentials and passwords into environment variables so that you don't put them on github
08-11-2022 01:01 PM
Hi @michael_hunger - thank you for the reply. How do I do this ? I'm struggling to find documentation on the procedure
All the sessions of the conference are now available online