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

Neo4j Browser and Helin Monitoring - Performance

Will using Helin Monitoring tool and Neo4j Browser to query will affect the performance of underlying Neo4j? When Helin Monitoring tool and Neo4j Browser are used, I can observe that queries executed using java driver is slower than with these tools ...

Uncompatibility of Neo4j 4.0.0 with Java 8

On my system with Ubuntu 18.04 and Java 8 (Oracle 1.8.0_191) and with Maven (3.6.0), when I compile (mvn install) a simple project with only one dependency org.neo4j:neo4j:4.0.0, the build succeeds but target/classes is empty (which should include th...

Neovis Generic Relationship Thickness

Is there a way to set relationship edge thickness without specifying the edge label? Say the thickness to be variable based on the width value of the relationship. This applies to all relationships, regardless of type. Currently, it seems that we hav...

NeoPro by Node
  • 975 Views
  • 2 replies
  • 0 kudos

ElasticSearch integration with Neo4j

I want to integrate ElasticSearch with Neo4j and I am following the steps in this repository: https://github.com/graphaware/neo4j-to-elasticsearch. The point is that when I try to run Neo4j it is saying that the connection is refused. I have the port...

apoc.cypher.runFile limited to 100 statements?

Hi, is there some limitations in the number of statements that can be run using CALL apoc.cypher.runFile() ? I notice that in my case, if my file contains 99 lines (each statement on one line ending with a semi-colon), it works fine. But with 100 or ...

Resolved! Graph algorithms 3.5.13 source code

I noticed that the triangleCount algorithm sometimes throws ArrayIndexOutOfBoundsException. This seems to be fixed in 3.5.13.0 and for that reason I moved to 3.5.13. But then noticed that now jaccard similarity algorithm sometimes throws ArithmeticEx...

shan by Graph Buddy
  • 1846 Views
  • 10 replies
  • 2 kudos

Neo4j and ElasticSearch

I am having graphaware nlp framework in order to accept nlp queries. Now I want to integrate elastic search along with neo4j in order to make match nlp queries with database nodes that I have. Is anyone available to show me how the integration of Ela...

FOREACH logic

Hi. Im new to neo. I am struggling with the logic using for each. I have two queries that I want two merge. First: CALL spatial.withinDistance('hikes',{lat:60.4274, lon:5.3397}, 10) yield node, distance return id(node), distance, node.gpx_name limit ...

2X_0_0b640a9f2f367cd1f78a2be3ee0ecefae6304cca.png

Lost database because of Neo4j update

I have spent the past couple of years building a graph database and a front end nodejs app in Neo4j 1.0.18. Recently, the Neo4j browser stopped connecting to the database even though the front end app continued to connect to Neo4j and work normally. ...