Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
12-16-2021 03:55 AM
Hi, I am a newbie to neo4j and recently started working on it. Can someone please help me understand if neo4j can connect to data present in other rdbms system or data lake without bringing the data into neo4j database and whenever there is graph built on data present in rdbms, data is mobved only virtually on in cache of neo4j or the data from rdbms will first be moved and remain persistent in neo4j database when a graph is created?
12-16-2021 09:55 AM
Typically when you're working in a Neo4j database, you're operating with data that is in the graph, meaning you have taken the step to move the data over. Here's a link to the guide that describes how that is done. Neo4j doesn't operate as a graph layer on top of relational - you move it and persist it in Neo4j and operate there.
12-19-2021 11:38 PM
thank you david..your reply is helpful..
12-16-2021 02:04 PM
Hi @ask.singh90
You can connect to any RDB and use SQL via APOC apoc.load.jdbc.
Or
You can also move data between RDB and Neo4j.
Apache Hop has a better affinity with Neo4j than Kettle.
12-17-2021 07:53 AM
Dear Sir/Madam, I am new to neo4j. Just started understanding, I am working on linux platform. Installed neo4j and cypher_shell. But not able to install "neo4j browser". Help in this regard is appreciated.
Basically I would like to know how to install "neo4j browser" and how to see the graph.
12-19-2021 11:40 PM
Hi Koji - Thanks for your reply. I have a follow up question here. So after connecting to rdb, when a node or relationship is created, will then the data be persisted to Neo4j's internal database or it will remain in rdb itself.
12-20-2021 04:34 AM
Hi @ask.singh90
For APOC apoc.load.jdbc.
You can create any of the following.
Virtual nodes and virtual relationships in Neo4j are also possible.
All the sessions of the conference are now available online