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
  • 855 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
  • 1118 Views
  • 1 replies
  • 1 kudos

TypeError while loading relationships

I'm getting the following error while trying to load some relationships from the CourtListener dataset: TypeError: Expected String("https://www.courtlistener.com/api/rest/v3/dockets/12560/") to be a org.neo4j.values.virtual.VirtualNodeValue, but it w...

2X_e_ee016eac8dab49d94e4437d76c2c69ac71df863c.png

Graph Data Science Library: Jaccard similarity

The Graph Data Science Library is a boon to a non-developer data architect like me. Is it possible to compare the similarity of nodes with one label in their interaction with nodes with a different label using the Graph Data Science Library? It has ...

How to serch using "for all" condition?

I'm developing an article recommendation system. When a user read article1, article2, ..., and articlen, the system recommend next articles. I want to do something like the following: MATCH (a:Article) WHERE {for all x such that (x:Article)-[:next]->...

PONPON by Node
  • 673 Views
  • 2 replies
  • 0 kudos

Assuring Label Validity

Assuring a Label's "integrity" Hi, I am looking for a Best Practice to solve the follwing case: Assume I have a graph with student nodes, each with the ususal attributes (name,birth date,gender,height...). Some of the students have an attribute "pla...

Desktop cannot restore state after update

Anyone else experiences this? After an update to Desktop 1.2.7 it errors with an option to retry. Retry does not work, there is no option to bail out and ignore the application state which apparently is in error.

2X_4_4ced0c14b51fbb978af6d4c4f0d40295cbcd0a69.png
webtic by Graph Fellow
  • 876 Views
  • 1 replies
  • 0 kudos

User and connection limits?

Are there any limits on how many users can log into a Neo4j database (Enterprise Edition) concurrently? Are there any limits on how many bolt sessions (via JavaScript Driver) can be open to a Neo4j database (Enterprise Edition) concurrently?

All nodes and relationships appear

I just downloaded and installed Neo4J. Now I'm working with a simple csv that is looking like that: So first I'm using the merge and some constraint for that file: LOAD CSV WITH HEADERS FROM 'file:///Athletes.csv' AS line MERGE(Rank:rank{rang: line...

2X_0_0f573b9a40310dc45161ecb658e5b9f82824671e.png 2X_3_329cdd1b35a15e25c5ed1a911769faaa289802f5.png