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
  • 1005 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
  • 1217 Views
  • 1 replies
  • 1 kudos

Graphing my Dataset

Hello, I am new to neo4j but convinced it can help me make sense of my dataset. Please i need help to graph and generate the required insight from the dataset. I have uploaded the dataset already.Any help? The dataset concerns air quality such that ...

Need To create a node base on condition

Hi Team, In recent days I have worked with the neo4j and I am impressed. In the Happy flow was able to create a node with relationship MATCH (a:Tracker), (b:Table) , (c:Table2) WHERE EXISTS (a.TrackerID) AND EXISTS(b.TrackerI...

Resolved! Spread operator for map projections?

Just in case I've missed it in the docs: is there something like spread operators for map projections? I have two related nodes, which I would get with MATCH (b:Building)--(a:Address). Now I can project the address into the building with RETURN b{.*,...

BairDev by Node Clone
  • 982 Views
  • 3 replies
  • 0 kudos

Missing apoc procedure

I need to delete all indexes & constraints in my Neo4j database. Until today I was successfully using the following procedure: //delete all indexes & constraints CALL apoc.schema.assert({},{},true) YIELD label, key RETURN * However, as of today it r...

Unwind and match only if list is non-empty?

I have a situation where I am looking for paths of the form (:A|B)-[:REL]->(A|B)-[:REL]-> ... -[:REL]->(A|B). That is, the paths go through nodes with label A or B. Specifically, if the path is only A nodes, then it can be included in the result set....

Resolved! Count nodes with same property and return min, max and avg

Hi Neo4j community, This might be a very basic beginner question, but I cannot figure it out for the life of me after browsing trying and browsing through similar questions online. I have got a situation like this Now I would like to know what the m...

3X_1_6_169641406ff63121a01b9bd560c05d5ee78df728.png
pska752 by Node Link
  • 858 Views
  • 2 replies
  • 1 kudos

Having issues installing neo4j 4.4.5 cluster

Hi , I am trying to install neo4j enterprise version with 3 cores and 1 read replica with helm charts and Kustomization. My pods are not starting up and getting the below exception. WARNING: An illegal reflective access operation has occurred WARNIN...

How to create a custom analyzer in neo4j graph database? (Full-text search index, Full-text index analyzer, Neo4J)

I want to create a custom analyzer for my node project. I want to use my own list of words as analyzer. But I can only use default or pre-defined analyzer while creating an index. I search a lot on web but didn't found anything helpful. Ex: When I tr...

Understanding performance of basic graph traversal

Hi everyone, I'm new to Neo4j, but I have read the O'Reilly book and some of the Cypher manual. I am familiar with Graphs in general (from a mathematical perspective). I am getting confused with the basics of traversal performance in Neo4j. Context ...

3X_f_8_f8d70ccd235fd874158e2997f24a06e577376409.png

APOC Rename and Merge Nodes

Hi Graphistas! Im running Aura professional and I created a graph which I now have populated with data. Unfortunately I made a small mistake in the node type and now I have two node types: Identifier and identifier. I want to consolidate them so the ...

Hide excessive relationship between nodes

Hi Team I am using Neo4j Graphene DB on Heroku, Version details for same are. A)Neo4j Browser version: 4.0.3 B)Neo4j Server version: [3.5.17] My question is regarding hiding/suppressing relationship between 2 nodes when displayed in graph. If there ...

2X_3_31ba87473540d2c31a2d3edf0e5ed80a9a49903b.png