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

Facing problem with parallelism with apoc

Hello I am trying to get preferential attachment score between nodes Customer and Merchant which have at least one 'payment' relationship between them. I wanted to use APOC library for using parallelism features. so far i have seen a post 'HOW best...

Resolved! Date time ordered results relationship creation

Hello again guys, with this query i get a list of nodes ordered by date. I need to create a relationship named "SEQUENCE" between each result, so the 1st is connected to the 2nd, the 2nd to the 3rd and so on. How can i do that just by using cypher ? ...

a10554 by Graph Buddy
  • 1751 Views
  • 4 replies
  • 1 kudos

Resolved! Etl mysql connection failed

I cannot create a connection between Mysql and Neoj4 using ETL. I get following error message "Connection failed. SQL state: 08001, message: Could not create connection to database server. Attempted reconnect 3 times. Giving up".

1X_7496025c8646199e612cf15311c29b080b18749d.jpeg

Resolved! How does gds.louvain handle 0 weight relationships?

I am using Graph Data Science library to run louvain community detection. In order to scale my pipeline I am trying to move to a Native Projection, but in order to make that work well I have several weight values on relationships, some of which are 0...

betsy by Node
  • 559 Views
  • 1 replies
  • 0 kudos

Resolved! Possible paths from a node without a destination node

Hello guys, i got this cypher to get all the shortest paths between two nodes, and i think it is working pretty well. Can you tell me how can i write a cypher to get all paths up to a maximum number of hops from a specific node and no specific destin...

a10554 by Graph Buddy
  • 1566 Views
  • 14 replies
  • 5 kudos

Custom GraphQL resolvers

Hi, how do i access neo4j database from my GraphQL resolver(ctx). I'm trying to search the database for the existence of email before running CreateUser Mutation, on condition that the email doesn't already exist

Failed to write to defunct connection Address

I have been trying to run my import script against my new Aura instance. Running the script takes about a minute against a local Neo4j Instance. It was going for about 30 minutes without issue until I got this error message: Exception ignored in: <fu...

mike2 by Node Clone
  • 629 Views
  • 1 replies
  • 0 kudos

Resolved! Average with a if clause

Hello community I have this graph: Blue Label is an Entity, and Orange label another entity. CONTRATO has the informations about a contract that both entities have made with each other I have this query that basically calculates the average of the s...

2X_0_0d51349175f6a21eb888decf4e203dfe8ba69c51.png