Neo4j 4.x Database

Hi all,

Starting from Neo4j 4.x, Neo4j supports multiple databases. How to specify the custom database name in KNIME Neo4j connection ?

1 Like

Hello @dvkumaraws2019
Currently there is no such option in the node dialog. However you can try to use Neo4j Reader node with the script that sets the active database:

:use yourDataBaseName

Then all the scripts you are running will refer to the selected database.

3 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.