cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Hello,

I am reading through CSV import and so far see that one can import nodes and then through match commands to find and establish relationships. Just a few questions I have at this point. Is there any way to read the overall graph of nodes and relationships and have the relationships established? If so, where can I find the syntax with examples?

Also, if the CSV is not the right approach for reading the overall graph, then please advise of an alternative approach.

Thank you.

Comments
lju
Neo4j
Neo4j

Hi Mansour,

I'm not sure I quite understand your question, could you please provide an example/diagram?

Thanks!

mansour_shams
Node Link

Let us say that I have 50 Nodes and 200 connections between these nodes. I would like to read in and establish in the graph (from a file having some form of syntax):

  • Node Labels and Properties

  • Relationship Labels and Properties

  • From which Node to which Node each relationship is connecting

Thank you.

lju
Neo4j
Neo4j

Hi Mansour,

There isn't at the moment a way to strictly specify a DDL of sorts for your import, however, you do have a number of ways to consider importing data:

Version history
Last update:
‎09-03-2019 05:07 PM
Updated by:
Contributors