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
  • 943 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
  • 1183 Views
  • 1 replies
  • 1 kudos

Import large graphml file into neo4j

Hello, We are trying to import a large graphml (around 6.5gb) into neo4j using apoc.import.graphml. Neo4j is throwing java.lang:StackOverflowError. In the neo4j.conf file, we have added an additional parameter dbms.jvm.additional= -Xss1g. Even after ...

Can someone please help me understand this Cypher?

I recently started learning and working on Neo4j. I got a task which wants me to make a similar query for different use case. But i am unable to understand the below query which is provided as a reference to me. Can someone explain this query to me? ...

takhims by Node Link
  • 400 Views
  • 2 replies
  • 1 kudos

Automating CSV Import AuraDB

Hello, I want to create an automated process to import CSV files to AuraDB. This means I cannot use AuraDB's data import tool as that requires manual work. I am thinking to use Cypher commands such as LOAD CSV or apoc.load.csv, however, both would re...

Louvain clustering using transformer embeddings

Hi, I have some document nodes with title that are linked (has_kewords {weight}) to some keyword nodes. I want to cluster them by Louvain algorithm, and I added sentence transformer embeddings of title array[flot values], since the rest of my propert...

zhp27 by Node
  • 214 Views
  • 0 replies
  • 0 kudos

Embedded neo4j with HTTP connection

I'm trying to set an HTTP connection to the embedded neo4j server I'm using and test it via neo4j-community-4.4.4 I'm running locally. But I'm getting error: ServiceUnavailable: WebSocket connection failure. Due to security constraints in your web br...

yasminsheffer_0-1666253064900.png

Resolved! ETL tool wont load for me

Hi, I am following https://neo4j.com/developer/neo4j-etl/ and got the app to install and install for one of the project But when I launch Neo4j ETL tool it shows me blank screen. No error in console either to debug. Please provide the following inf...

2X_3_3b39837bea35525441fb97ca2d2b5511816b4351.png 2X_f_fe813fd5dbf22b3f04e4d9b2cf11285ed6c6bf46.png
npatel by Node Clone
  • 1889 Views
  • 4 replies
  • 0 kudos

Resolved! UNION With Differing Columns

Hello, I am struggling with finding a solution to perform two separate sub-queries and combining/returning the results similar to the CALL { } here and under section 3.16.2 here, but with differing columns between the sub-queries. I'm using Browser N...

2X_e_e7cd30e372eddf135d4ff4c2394f274b0e612ac4.jpeg

Neo4j Aura's APOC library has no JSON support?

I am using Neo4j Aura with APOC, but I realized that there isn't a apoc.import.json function, only CSV apoc.import.csv . But with regular APOC installation in the sandbox or a local Neo4j database, import JSON works. Any solutions to this so I can i...

unknown
WoJave by Node
  • 213 Views
  • 0 replies
  • 0 kudos

Hardware sizing tool not working

Hello,  I am trying to estimate AuroDB memory and CPU requirements for the 1,000 nodes and 10,000 relationship graph. I tried using the https://neo4j.com/hardware-sizing/ tool, but it does not seem to work.  Is there any other link or tool available ...

ronin by Node
  • 158 Views
  • 0 replies
  • 0 kudos

New Enterprise Cluster Implementation

I just completed setting up 3 core node cluster in my VM environment.  Had no problems with installation and configuration was somewhat painless.  When I attempt to connect with cypher-shell, I get the following: root@dbcl02-01c:~# cypher-shell -a 'n...