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
  • 924 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Resolved! Display Exact match of a pattern

Hi, How to extract and display an exact query using Cypher without other extra information ? Given the following query: MATCH p=(A)-[r:relationship]-(B) where r.property1=X return p so the query doesn't return the nodes with only the relations with p...

Website -> Access Control on data on a website

Hello everybody, I'm building a web-portal where many admins work on. There is - for example - a web-form to manage customer-data and all the admins shall basically have access to this form, but do not have access to all the data. So depending on the...

janezic by Graph Voyager
  • 343 Views
  • 1 replies
  • 1 kudos

Resolved! apoc.cypher.runSchemaFile not working

I'm running version 3.5.12 and am trying to use APOC to load in some data on database startup. The database starts and the log file shows it processing my startup cypher file but the nodes are not created. Inlining the same cypher in the config fil...

Resolved! Check if node exists and use the result as a condition

Sorry, to ask this question for the 100th time, but none of the previous posts was similar to my problem: I just want to get back TRUE or FALSE if a node with a certain label and a certain value of a property exists. (u:User {user_id: 1} => TRUE / FA...

janezic by Graph Voyager
  • 9492 Views
  • 13 replies
  • 10 kudos

Resolved! On match call

Does ON MATCH / ON CREATE work with SET only? If yes: how would you solve the following problem? MERGE (u2:User {user_email: "xyz@abc.at"}) ON MATCH CALL apoc.do.when( EXISTS((u2)-[:USER_TO_CUSTOMER]->(c)),'','MERGE (u2)-[:USER_TO_CUSTOMER {from: apo...

janezic by Graph Voyager
  • 533 Views
  • 3 replies
  • 0 kudos

Security at dbms level in neo4j 4.1.3

I have different data pipelines written in python to load data into neo4j using cyphers. Each pipeline is executed by a different user that has different privileges set. So far so good. But I also execute CALL dbms.setConfigValue(\'dbms.transaction.t...

shavis by Node
  • 434 Views
  • 2 replies
  • 0 kudos

Would open source arrows.app?

The arrows.app sound there's no team to update it/solve issue, github.com neo4j-labs/arrows.app s Web-based tool for drawing pictures of graphs. Contribute to neo4j-labs/arrows.app development by creating an account o...

Can't get NEO4J 4 running (AWS or any Cloud Deployment)

I have been working on converting my project from SQL to Neo4j and have gotten all my tests running and everything working on NEO4j Desktop on my local machine use 4.0.4, everything works fine. I have now been trying for several weeks to get it runni...

mike2 by Node Clone
  • 6121 Views
  • 18 replies
  • 1 kudos