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.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 980 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1199 Views
  • 1 replies
  • 1 kudos

Neo4j.conf from sandbox?

I am encountering the below error message while in my sandbox. I understand I am to edit the neo4j.conf file, but how is this possible when doing so from the in-browser free sandbox? I do not have the desktop app installed (and do not want to do that...

Neo4j:// localhost vs cloud instance

I have searched the community pages, and the documentation but am unable to find an example, or an answer, to this question: Under what circumstances would you type neo4j://URL:port into a browser or elsewhere as a URL and why? Nuance: The develop...

Static routing/Path

Hi All, I'm new with Neo4J and I'm trying to use in IP/MPLS field. I'm able to get the routers and links using snmp queries. So now I already have nodes and relations inside Neo4J based on the network topology and I can query the path between nodes b...

Return maps in map possible?

HI i have the following query working basd on Neo4j Graph Database Platform Maps - Neo4j Cypher Manual This section describes how to use maps in Cyphers. MATCH (NodeStatusLeft: status) <-[ :c...

2X_5_5447ee7a7ac2b7bc96625a2eee9be933211d188d.png
rob2 by Node Clone
  • 699 Views
  • 5 replies
  • 0 kudos

Resolved! Visualize direct and indirect relationships

Hi All, I have a graph with the following relationships: A -> B -> C & A-> C. And I want to show All A->C instances including the implied ones (A->B->C). For eg: A(John) -> Works_At -> C(Apple) A(Tony) -> has_ID ->B(123) B(123) -> IsEmployedAt -> C(...

How to Handle Dynamic Relationships

Hi all. I am in the process of modeling the relationships between executives of different companies. This data will be updated fairly frequently on an ongoing basis. I took a look at the Panama Papers GraphsGist as an example but am still stumped on ...

Count of all related nodes

Hi everyone, I am new to Neo4j and trying to find the count of all nodes grouped on label based on the following scenario where property of NodeE is not equal i.e. NodeE.prop <> NodeE.prop (E.g. end1 <> end2) Expected count output Nodes badchild1 and...

2X_e_eca4c99d1a093777b61e1c4734e33ca41c461798.png