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
  • 976 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

Strange error using WITH DISTINCT in Version 3.5.0

We are facing a strange behaviour in our 3.5.0 test database. The following cypher returns as expected one existing Uuid: MATCH (industry:IndustryCM) WHERE industry.Uuid = "72eb68e8-2418-4039-896e-799f497bb7ab" WITH industry RETURN industry.Uuid Al...

Reiner by Graph Buddy
  • 2713 Views
  • 3 replies
  • 0 kudos

Resolved! Neo4j returning incorrect number of rows

Hi All, I am working on 1 Use case where we are merging all nodes(with 1 common property, such as all nodes with year= "2016" in Movie.csv table below) into 1 node where all the relationships are heading towards it rather than 3 different nodes. For ...

Resolved! Merge duplicate nodes into one with relationship

I have a requirements to merge the duplicate nodes and keep one copy. Issue I am facing is , when i merge nodes, there will be duplicate relationship created. Instead i wants to merge the relationship as well without duplicates. i tried, but then the...

Kailash by Graph Buddy
  • 4268 Views
  • 4 replies
  • 0 kudos

Default view(color,size) of nodes in a graph

I am new to neo4j and looking to have a customized neo4j UI, for e.g have a customized default color of all nodes as Blue and the size of node to be as bog as possible. I have downloaded this https://github.com/neo4j/neo4j-browser and tried to see an...