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

Can't start Neo4j Desktop after update

Hello Community / Help center Neo4j, I have some issues with starting my desktop. After updating the new Neo4j Desktop and Clicking on the icon on my Desktop He starts an action and my laptop goes to 40 percent with Neo4J and then just quit running. ...

Reset Neo4j Browser style completely

I am unable to reset the browser visualization styles to the default grey colored nodes and relationships using :style reset in the browser. It seems to be setting it back to previous styles I have used for various nodes and relationships. For exampl...

pathabhi by Node Link
  • 1758 Views
  • 1 replies
  • 0 kudos

Call apoc.meta.graph() expected runtime

Can anyone tell me how long I should roughly expect call apoc.meta.graph() to run on a graph with 500 million nodes and 1.5 billion relationships? I ran into the bug with call db.schema.visualize() and apoc.meta.graph() gave the correct answer before...

JaHo by Node Clone
  • 1455 Views
  • 12 replies
  • 0 kudos

How to check unique labels in a relationship?

MATCH (m)-[r:topicOf]->(n) RETURN distinct labels(m), distinct labels(n) I want to return all unique labels with the relationship 'topicOf', but the above query gives this error: Invalid input 'a': expected 'i/I' or 'o/O' (line 1, column 65 (offset: ...

lingvisa by Graph Fellow
  • 907 Views
  • 3 replies
  • 0 kudos

User profiles design

Hi, here another new user in the rabbit hole of Neo4j. My model is based on differents roles: user, admin, root. After login proccess, the account will be redirected to its own module. My question is here? which is the best way to model that case: -H...

Jaccard in Alpha forever

So I was a big fan of Neo4j v 3.4.12 and the state of graph algorithms there; in particular Jaccard Similarity. Ever since upgrading, the gds library has had Jaccard in Alpha status. Question for Alicia and her team: Are you moving everyone over to N...