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

CALL apoc.load.driver("...") on initialization

Is there a way to load drivers after apoc initialization? I know I can out connection parameters in conf/apoc.conf, but there seems to be no way to automatically registers the driver(s) after apoc has been loaded.Alternatively: is there a way to load...

Node similarity

Hello! I noticed that neo4j will not render all pair-wise node similarities between nodes. I know that those with 0 connections are not taken into consideration, but for 76.000 nodes, I receive back only 702.718 records. I manually checked for scores...

Resolved! IT

Hi I am having syntax error while converting these into cypher queries.How can I work with this please Query:SELECT Manager_name,Count(Order_id) AS number_of_ordersFROM ManagerINNER JOINsOrder ON Manager.Manager_id = sOrder.Manager_idGROUP BY sOrder....

Sudi by Node Link
  • 724 Views
  • 9 replies
  • 2 kudos

Resolved! Client Error: null property value

ClientError: {code: Neo.ClientError.Statement.SemanticError} {message: Cannot merge the following node because of null property value for 'scope': (:scope {scope: null})} "LOAD CSV WITH HEADERS FROM $path AS row ""MERGE (sc:scope {scope: row.Scope_na...

Reuben by Graph Buddy
  • 463 Views
  • 3 replies
  • 0 kudos

How to increase the usage of RAM

Dear all, the following is my RAM information in task manager when I'm query for about 1000 million nodes. However, whenever I tried 1000 million, 5000 million, 10,000 million or event 50,000 million node, the usage of my RAM are all about 12% (62...

Peter_Lian_0-1669106433023.png Peter_Lian_0-1669108021771.png

Neo4j crashes during graph projection

Dear Neo4j community, my neo4j server always crashes whenever I execute any graph projection with gds 2.2.3. After that, Neo4j is no longer available, but still runs according to neo4j status. However, Neo4j can no longer be stopped with neo4j stop a...

MaLe by Node
  • 156 Views
  • 0 replies
  • 0 kudos

Full Text Index on Nodes with specific labels

Hi, I want to create a full-text index for nodes that contains specific labels For example index for nodes with labels: FOOD and FRUITS I tried something like: CALL db.index.fulltext.createNodeIndex("foodIndex", ['FOOD', 'FRUITS'], ['content']); but ...

kivo1669 by Node Link
  • 1022 Views
  • 7 replies
  • 1 kudos

Resolved! Config for Upgrade from 4.4 to 5.1

After upgrading neo4j  to version 5.1.0 (from 4.4.x) the server does not start anymore. Error Message:```` Failed to read config /etc/neo4j/neo4j.conf: Unrecognized setting. No declared setting with name: apoc.export.file.enabled But there is exactly...

BairDev by Node Clone
  • 2376 Views
  • 10 replies
  • 3 kudos