/
How to connect Riosuite with Neo4j
How to connect Riosuite with Neo4j
Requirements
How to write Cypher queries: https://neo4j.com/docs/cypher-refcard/current/
Configuration
Configuration R-IOSUITE:
For Distrib before 2021 October
- Change in the file /conf/generated/governance-container/conf/config.properties
Fir Distrib after 2021 October
- Change in the file /conf/unified_config.properties
neo4j-database-embedded = false
- In the the file conf/neo4j_clustering.conf remplace config
dbms.mode=CORE dbms.security.auth_enabled=false dbms.default_advertised_address=localhost dbms.connector.bolt.advertised_address=:7687 dbms.connector.http.advertised_address=:7474 dbms.default_listen_address=0.0.0.0 dbms.connector.bolt.listen_address=:7687 dbms.connector.http.listen_address=:7474 causal_clustering.discovery_type=LIST causal_clustering.initial_discovery_members=localhost:7687 dbms.connector.bolt.enabled=true dbms.connector.http.enabled=true
Configuration Neo4j server:
- In the file neo4j/conf/neo4j.conf uncomment line
dbms.security.auth_enabled=false
Start
Start Neo4j server:
Start R-IOSUITE:
- Load usecase
Monitoring data neo4j
Monitoring with R-IOSUITE:
- In R-IOGA use the tools Knownlege Graph
Monitoring with Neo4j Desktop:
- Configure Remote Connection :
Connect URL | bolt://localhost:7687 |
User | neo4j |
Password | neo4j |
- Click Connect and Open with Neo4j browser
- Enter request:
match (n1)-[r]-(n2), (n) return n1, n2, r, n
Result
, multiple selections available,
Related content
Configuration Port R-IOsuite
Configuration Port R-IOsuite
More like this
How to use R-IOSUITE
How to use R-IOSUITE
More like this
R-IO Standalone
R-IO Standalone
More like this
Source Code
Source Code
More like this
How to set up Development Environment
How to set up Development Environment
More like this