top of page

Docker

Install Neo4j on Docker

On Windows platform: Install Docker by going to the website https://docs.docker.com/desktop/windows/install/ and downloading the docker...

Install Neo4j on Docker

NEO4j Basic Commands

CREATE Create a node We will use Cypher to generate a small social graph. CREATE (ee:Person {name: 'Emil', from: 'Sweden', kloutScore:...

NEO4j Basic Commands
bottom of page