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

Performance issue while load data into Neo4j

Hi All, We are uploading bulk data into neo4j using below script in which we are using apoc.load.jdbc with periodic iterate to connect our oracle database and create nodes and relationships into Neo4j. we are using neo4j enterprise 3.5.5 version in ...

3X_b_9_b9a408b66493f41140b018f2c551b3f0455d8762.png
nitinjkt by Node Link
  • 2012 Views
  • 7 replies
  • 1 kudos

Bellman-Ford algorithm

Is it possible to use the Bellman Ford algorithm to calculate the shortest path? I looked into the shortest path algorithms and saw that Bellman Ford supports negative distances, which is what I would like to use. I guess Neo4j uses Dijkstra's as def...

3X_d_1_d176d1cf32479a178ba6717940b1cc52b646ad52.jpeg
John8 by Node
  • 561 Views
  • 1 replies
  • 0 kudos

Improving very slow MERGE on relationship

I have a MERGE query (on relationship) of the below form, and about 2000 queries are invoked around the same time, its taking ~5 minutes to complete all of them. How can I refactor the query or application logic so that this can be drastically faster...

tinqnit by Node Link
  • 2338 Views
  • 11 replies
  • 3 kudos

Resolved! WITH nested collect query

Hello everyone, I am trying to collect() a custom object, so I can return a nested object. I'm using the following query : MATCH (node)--(g:Group) WHERE g.type = '{group}' AND id(node) = {id} OPTIONAL MATCH (node)-[:HAS_PROPERTY]->(prop) ...

Resolved! Apoc.periodic.iterate creating multiple edges

I am trying to build recommended products per customer. I have a query that gets my recommended products BUT when executed in apoc.periodic.iterate I get multiple relationships. (I get the number of relationships in my LIMIT). I works when I LIMIT 1 ...

Resolved! Neo4j with Jupyter Notebook Python

Can someone please recommend some Neo4j & jupyter notebook tutorials? I'd like to learn how to construct a graph database in Neo4J, add/manipulate nodes, and search the database using the python in Jupyter notebook. There are several tutorials online...

REPL loop: Adding plugin to neo4j desktop

I have been developing a plugin in java and running it using Neo4j desktop. However, the process of testing any changes to my plugin often takes a few minutes because I firstly have compile my code into a new .jar, stop the database and then drag and...

psyja8 by Node
  • 337 Views
  • 1 replies
  • 0 kudos