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.

Please help me with Neo4j to do my project

Hello Neo4j community. I am not sure where to start and needed help doing my project. What is the best way to approach this scenario?

I have a data list of different Cisco Routers (see uploads) and I am trying to design a graph of the routers with all its features with Neo4j (see uploads). I tried different ways but did not understand enough of Neo4j to achieve my goal. Please help with one router. If I could do one, I think I will be able to them all. Thank you,
Dar


I did these but I got error message. I could not add another screenshot. I am only allowed 2 uploads as a new user!

CREATE (:10.56)<-[:Width]-(C1000-8T-2G-L:C1000-8T-2G-L)-[:Fast Ethernet Ports]->(:8),
(:None)<-[:Power]-(C1000-8T-2G-L)-[:Height]->(:1.73),
(:2 SFP/ RJ45 combo)<-[:Up Link]-(C1000-8T-2G-L)-[:Weight]->(:1.8),
(:7.28)<-[:Depth]-(C1000-8T-2G-L)-[:Fanless]->(:Yes)

1 REPLY 1

I would just store them all as properties.

Except the actual ports that the. Connect to other routers.

No need to normalize like you did.

See the modeling section in

And in