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

Upgrade to v4.4.6 has broken my ingestor

A few days ago, I updated neo4j-enterprise to v4.4.6. The upgrade appears to have broken Neo4J so that my ingestor code -- that has been running smoothly for nearly 2 years -- hangs while doing things that have worked for a long time. I've spent the ...

tms by Graph Buddy
  • 525 Views
  • 1 replies
  • 0 kudos

How to query for and then drop index of a given type?

I want write a cypher query that shows the index names of a certain type so that I can drop them. I'm using Neo4J-Enterprise v4.4.6 on an AWS EC2 instance running the most recent version of Rocky Linux (CentOS 8). The documentation asserts that this ...

tms by Graph Buddy
  • 625 Views
  • 2 replies
  • 0 kudos

CollapsePath, multiple paths to one type

Hi, I am using the collapsePath functionality to create specialised subgraphs. There is a case when many paths map to a single mutateRelationshipType. For example I would like to do something like: CALL gds.alpha.collapsePath.mutate( 'jscgocw...

How to implement propagation algorithms

I need to implement a custom propagation algorithm that starts from a given node and visits its neighbors and update their properties accordingly based on the previous node properties. Example use case is, a quality flag that changed in a given node ...

dzlabs by Node Link
  • 883 Views
  • 5 replies
  • 3 kudos

Resolved! How to delete an empty node?

Hello everybody. I am new o neo4j so i have some doubts. I am studing it since last month. In this topic my doubt could be simple, but I try to find in others comunities but I didn't find it. When I was creating a relationship i make a mistack so in ...

How to avoid error while loading a large CSV

Neo4j server Community edition 4.4.6 , running on Ubuntu 20.04 Well, I've just solved a big problem, being able to load a quite large number of transactions using LOAD CSV. I dumped a table from Postgres, a table running fine without problems, but wh...

Pickle error with py2neo

_pickle.PicklingError: Can't pickle <class 'py2neo.data.watching'>: it's not found as py2neo.data.watching I tried to pickle the data, but I got the problem with no solution. Thanks for your attention.

gmac0q by Node
  • 300 Views
  • 0 replies
  • 0 kudos

Auto-complete suggestions not working in Browser

I Just installed the latest 4.4.6 version of neo4j, but when I press control-space to get suggestions for auto-complete, I only see two entries, "call" and "db", since it seems to remember that I'm trying to use "call db.schema.visualization()" for e...

3X_4_9_493bf47356de46c54bbfbd026a92ffe8b876239a.png

Best AWS Instance Type for Neo4J

I see that the best recommended AWS instance type for Neo4J is usually t2 or t3 and — sometimes — m2 and m3. However, as I'm having problems mainly with memory consumption I'm considering getting an R6g instance, which is memory-optimized (and has l...