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
  • 920 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! Dealing with not existent properties and null values

Hello everyone. I have the same problem for some Cypher queries I'm implementing. I think that my approach is wrong, but I'm trying to understand how to solve the problem. I have a problem with those queries with non existent properties or null value...

Resolved! Cypher for conditional path segments

Hello, I have a Cypher query as follows : MATCH p = (n {t='toto'})-->(n1)-[y]->(n2)-[z]->(n3) RETURN p; This query works fine for "complete" paths but in my case I am no sure if relations x,y,z exists. I would like to ask, if there is a way to have O...

🌧 Create Relationship Between 3 tables

Is it possible to create relationships between table1 with table3 by using table2? for example in: --Table1 we have id and momName --Table2 we have id and table1ID and Table3ID --Table3 we have id and dadName we need to create relationship between mo...

Cypher + Traversal for customized security

We have a requirement to support complex business rules governing attribute-based security. So, for example, a "Car" node might have a "Color" property, which would have a handful of custom security markings on it (i.e. 2-4 sub-attributes), which ne...

Data import from EDL 1.0 to Neo4j

Hi Everyone, I have my data in EDL 1.0 and i want to import this data in neo4j . my data is available at publish layer of EDL nad i can access it through impala . i can write query there and fetch the data . could you please tell me what is the best...

12kunal34 by Graph Fellow
  • 2287 Views
  • 12 replies
  • 0 kudos