Need steps for Neo4j setup

Hi @Anirban_K ,

For running Neo4j locally, the easiest is to use an application called “Neo4j Desktop” which manages local databases and includes some nice tooling.

Alternatively, you can use package managers on Linux, following instructions here: Linux installation - Operations Manual

For either local or Neo4j Aura (cloud hosted) databases, you can create the Movies database using a giant insert script, which I’ve posted to another thread…

Cheers,
ABK