/portable-neo4j-dbsetup

A built and runnable version of Neo4j 3.5.22. Built with Apache-Maven-3.6.3 and Java 8.

Primary LanguagePowerShellOtherNOASSERTION

Portable Neo4j DB Setup

Disclaimer: This software does not belong to me. This is a built version of Neo4j Graph Database release version 3.5.22


Neo4j Logo

Some Features

Getting Started
In-built browser tutorials:
Getting Started
User-Friendly Interface & In-build JavaScript library to visualise Nodes & Links:
Sample Movie Graph

Neo4j 3.5.22-SNAPSHOT

Welcome to Neo4j release 3.5.22-SNAPSHOT, a high-performance graph database.
This is the community distribution of Neo4j, including everything you need to start building applications that can model, persist and explore graph-like data.

In the box

Neo4j runs as a server application, exposing a Web-based management interface and RESTful endpoints for data access.
Here in the installation directory, you'll find:

  • bin - scripts and other executables
  • conf - server configuration
  • data - databases
  • lib - libraries
  • plugins - user extensions
  • logs - log files
  • import - location of files for LOAD CSV

Make it go (optional - since this is already built so you can run it directly)

For full instructions, see https://neo4j.com/docs/operations-manual/3.5/installation/
To get started with Neo4j, let's start the server and take a look at the web interface ...

  1. Open a console and navigate to the install directory.
  2. Start the server:
    • Windows, use: bin\neo4j console
    • Linux/Mac, use: ./bin/neo4j console
  3. In a browser, open http://localhost:7474/
  4. From any REST client or browser, open http://localhost:7474/db/data in order to get a REST starting point
    e.g.
    curl -v http://localhost:7474/db/data
  5. Shutdown the server by typing Ctrl-C in the console.

Learn more

License(s)

Various licenses apply. Please refer to the LICENSE and NOTICE files for more detailed information.

bin\neo4j-admin set-initial-password h6u4%kr

user: neo4j
password: h6u4%kr