Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-11-2019 02:38 AM
Hi,
I want to initialize my neo4j server only with Python (without Neo4j Desktop)
Is it a way to do this ?
What I have currently found is :
Thanks in advance
12-30-2019 05:20 AM
You should be able to do anything you want to a Neo4j instance via the python driver as long as you have your credentials via bolt connection. The Neo4j desktop isn't required to do anything but it's a great tool to help you visualize what you're doing and ensure what you're doing with the driver is correct. I've created a number of graphs with just the drivers and some excel spread sheets, though of course you can do it with CSV, JSON, etc. Are you looking for anything specific?
All the sessions of the conference are now available online