Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 1.71 KB

File metadata and controls

44 lines (23 loc) · 1.71 KB
title neo4j

STEP-1 : OPEN TERMINAL & RUN installation command

$ curl -sSfL https://neo4j.sh/install.sh | bash

![](https://cdn.hashnode.com/uploads/covers/65de444cf50e79cc1eabb85e/6d323a49-8bd7-4504-834f-edb89b3fdce0.png align="center")

STEP-2: Call claude/codex, and Install the skill

neo4j-cli skill install --rw

It would look something like this:

![](https://cdn.hashnode.com/uploads/covers/65de444cf50e79cc1eabb85e/5cbfd20c-243e-4701-bb44-ebbec55713e9.png align="center")

STEP-3: Generate Aura DB client Id & client secret

Sign-in to your Aura Account- https://console.neo4j.io/account, and create a new API key.

Copy/Download these credentials carefully, as you won't get to copy them again.

![](https://cdn.hashnode.com/uploads/covers/65de444cf50e79cc1eabb85e/a7664508-af3d-41ee-afb8-45c58057046e.png align="center")

STEP-4: REGISTER THE ID & SECRET CREDENTIALS on your terminal

neo4j-cli credential aura-client add --name "default" --client-id --client-secret --rw

STEP-5: Create a new Aura DB instance

Visit- Neo4j Aura Console- https://console.neo4j.io/

Register yourself if not, and look up "create a free instance".

![](https://cdn.hashnode.com/uploads/covers/65de444cf50e79cc1eabb85e/2fc17ea9-5e4b-4089-a896-81416731b9a0.png align="center")

after getting into this, save your credentials again. We can try sample dataset for now.

![](https://cdn.hashnode.com/uploads/covers/65de444cf50e79cc1eabb85e/e6f0bff3-bd1b-48b0-9f00-b99f320a5e43.png align="center")

![](https://cdn.hashnode.com/uploads/covers/65de444cf50e79cc1eabb85e/2fc17ea9-5e4b-4089-a896-81416731b9a0.png align="center")