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

Iterate over Nodes matching a property only

versions: Java 8, neo4j 3.5.2 I seek advice on finding specific nodes by property only Writing a custom procedure, I observed that the GraphDatabaseService interface has methods to find nodes with a given label and optionally a number of matching pro...

Int property vs string property in performance

Hello, I would like to know if there is a difference between int property or a string property in the following scenario: I have multiple relations and every one of them have an "index" property. Until now i have had strings of int in the property - ...

o9384496 by Node Link
  • 1456 Views
  • 3 replies
  • 2 kudos

Neo4J Azure VM and Graph Plugins

Super excited about GraphQL opportunity. How is it possible to use GraphQL plugin with Neo4J on Azure ? Is it possible to do this without the need for Apolo and the javascript libraries ? Thanks for any help you can offer.

ceo by Node
  • 1001 Views
  • 1 replies
  • 0 kudos

Getting error with algo.unionFind

I am getting below error with an algorithm. Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure algo.unionFind: Caused by: org.neo4j.cypher.internal.v3_5.util.SyntaxException: Invalid input '(': expected (line 1, column 1 (off...

Resolved! Return +2nd degree connections

Hi all, I'm new to neo4j so apologies in advance if I'm not explaining myself correctly. I'm starting to build a recommendation system from scratch. For the moment I'm making my query tests with a dummy DB: It represents a network of players that pl...

2X_0_012c0366fa7a33cfad10568cd40e5747c3f731f3.png 2X_4_4c174e458e76f117b71eda92055970fb82ecad44.png

Resolved! LOAD CSV efficiency

If I have a CSV file that has say 100,000 records and I have this query: LOAD CSV WITH HEADERS FROM 'http://myUrlPath/file1.csv' AS row RETURN * LIMIT 5 Under the hood does LOAD CSV open the file and get ALL 100,000 rows of data or does it only open...

Bloom displays white screen only

Not sure what happened but all of a sudden I can launch Bloom, however, I get a blank screen as a result. Bloom appears to connect to the active database in Neo4j Desktop, but then fails to make the proper connection. It worked perfectly fine a day a...

Resolved! Lucene’s MoreLikeThis feature

As of Neo4j 3.5 we have a fulltext search index. Specifically it’s Lucene 5.5.5. In Lucene 5.5.4 a magical feature was added to Lucene called MoreLikeThis. Given a document (translates to a node with properties containing text strings) this feature ...

neo4joe by Node Clone
  • 1214 Views
  • 4 replies
  • 1 kudos