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
  • 855 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Resolved! Variable not defined but the variable already exists

Hi, I am trying to bulid the relationship between my nodes. However, the "variable not defined "error messages keep pop up in my neo4j browser, even though the variable existed. When I run this LOAD CSV WITH HEADERS FROM 'file:///genes2hallmark.csv'...

Resolved! What is the equivalent of database in Neo4j?

I'm trying to understand basic concept of neo4j. To my surprise there is not even single word in official tutorials about this. All the time same "tutorial" where you happily create some data not having the reflection where you really put them. If I...

Gosforth by Graph Buddy
  • 1271 Views
  • 10 replies
  • 3 kudos

Resolved! Lazy coalesce

I was hoping to do something like: coalesce( head([(n1)-[r:FIRST_REL]->(n2) | r]), head([(n1)-[r:SECOND_REL]->(n2) | r]), head([(n1)-[r:THIRD_REL]->(n2) | r]) ) AS r to get the first of similar relationships that might exist between two nodes....

Checking the value of the key and getting its value

I have some nodes and the keys in the nodes are as following: query = ''' MATCH (p:Product) RETURN keys(p)''' ["formula_Default", "Product URL", "Data Location", "Disc technology", "Provider HQ", "GHz", "Memory", "Price monthly", "vCore", "SLA", "Sup...

Resolved! Proper use of UNWIND

Hi, I am trying to add a new nodes for each WCC component and connect each alias node to it is component node. I am doing this with only one MATCH command and the UNWIND command - is this possible? I tried MATCH (n:alias) with n.GraphProperty_wcc_th...

Property with apoc.map as data structure

Dear Everyone, Neo4J 4.0 Browser Desktop 4.0.3 Operating system OSX Mojave I have been reading about the use of Apoc maps for about a week, but none of the stuff I have watched or read actually use it in the query. This page https://neo4j.com/docs/la...

tideon by Graph Buddy
  • 860 Views
  • 6 replies
  • 0 kudos

Resolved! Cannot Connect to Bolt Service (Looks like HTTP)

I've trying to connect to a remote Neo4j instance via the python driver. I'm using python 3.7 and the most up to date version of the driver. I have no issues connecting via the browser and I get this: bolt://<ip-address>:7687 No issues but when I tr...

Resolved! Could you please help with WHERE?

H, I have test graph I'd like to write query to get products of clients who bought the same what client 101 but DO NOT SHOW products of client 101 (show only their products). First relation only So on the list should be products: 205, 202, 204 My qu...

2X_a_aa510903db7053da0b27814cc35ce24fb44eb194.png
Gosforth by Graph Buddy
  • 891 Views
  • 7 replies
  • 4 kudos