Prepare connection to neo4j database
Prepare connection to neo4j database
startGraph(url, database = NA, username = NA, password = NA, importPath = NA)
url |
the DB url |
database |
the name of the database. If NA (default) it will use "data" with versions 3.. of Neo4j and "neo4j" with versions 4.. |
username |
the neo4j user name (default: NA; works only if authentication has been disabled in neo4j by setting NEO4J.AUTH=none) |
password |
the neo4j user password (default: NA; works only if authentication has been disabled in neo4j by setting NEO4J.AUTH=none) |
importPath |
path to the import directory (default: NA => no import directory). Import only works with local neo4j instance. |
a connection to the graph DB: a list with the url and necessary headers
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.