Scripts from my talk at Python Indonesia 2023
You need Poetry to setup the dependencies
poetry install
You can get free Neo4j database in the Cloud using Neo4j AuraDB offering. The free plan is enough to run samples from this presentation.
- Create Neo4j AuraDB instance
- Upload data/stations.csv, data/lines_final.csv, data/person.csv to Google Drive (or any other cloud drive) and make the files publicly available
- Update cypher/import_data.cyp script to point to the CSV files
- Run cypher/import_data.cyp in Neo4j AuraDB console
- Update database connection settings in db_config.env file