User Tools

Site Tools


software:neo4j

This is an old revision of the document!


Importing CSV Data into Neo4j

From: https://neo4j.com/developer/guide-import-csv/

Tools
There are a number of tools that help you check and validate your CSV data files.

Webinar “LOAD CSV in the Real World” Goov video

CSVKit
CSVKit is a set of Python tools that provide statistics (csvstat), search (csvgrep), …​ and more for
your CSV files. Especially csvstat is very helpful to get an overview and statistic over your file, 
if you know your domain and data you can immediately spot inaccuracies. Field length is important 
as excess field length indicates stray quotes.

How do I enable remote HTTPS access with Neo4j 3.0.x

From: https://neo4j.com/developer/kb/how-do-i-enable-remote-https-access-with-neo4j-30x/

The change from localhost:7473 to 0.0.0.0:7473 will allow for remote connections to https://<Neo4j_Host_IP>:7473

From: https://neo4j.com/docs/operations-manual/current/configuration/connectors/

Connector name 	Protocol 	Default port number
dbms.connector.bolt
Bolt
7687

dbms.connector.http
HTTP
7474

dbms.connector.https
HTTPS
7473

Install Neo4j on SUSE

From: https://neo4j.com/docs/operations-manual/current/installation/linux/rpm/

2.2.2.2. SUSE
	

SUSE is not certified for production use. These instructions are provided for convenience for those wishing to use Neo4j in non-production environments.

For SUSE-based distributions the steps are as follows:

    Use the following as root to add the repository:

    zypper addrepo --refresh http://yum.neo4j.org/stable neo4j-repository

    Install Neo4j.

        To install Neo4j Community Edition as root:

        zypper install neo4j-3.4.0

        To install Neo4j Enterprise Edition as root:

        zypper install neo4j-enterprise-3.4.0

software/neo4j.1529389233.txt.gz · Last modified: 2018/06/19 06:20 by superwizard