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.

Neo4j Graph Platform
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

The port is free but server doesn't start

Hi, In last weeks I have been facing this problem several time. First it started with neo4j 4.1.3. that during change of database I had some issues. Then I tried to have a fresh database, but I couldn't start the server even though the port was free....

SSL config with helm installation

Hello!I'm currently trying to setup a standalone instance ofe neo4j in my Kubernetes cluster.I tried the following things:I set up cert-manager and got a tls certificate (secret) via letsencrypt. Named: neo4j-tlsSecret looks like: kind: Secret apiVer...

Symlinks for default file locations?

Hello! Can I use symlinks for directory located in another partition that points to the default file locations of my Neo4j installation? It is because I want to locate most of my Neo4j installation in a partition with more storage. I am deploying neo...

Not able to connect to public IP address

I am able to connect to the localhost:7474/browser but not via the public address. Please help with the below entries on neo4j.conf dbms.connectors.default_listen_address=0.0.0.0 dbms.connectors.default_advertised_address=18.217.125.19 dbms.conne...

How to reduce required storage key-names

I have a network with 6.5 Million Datapoints which I want to import from a CSV. All Datapoints will have the exact same structure, like you would expect from an SQL-DB with 6.5 Million rows.I have limited storage and I am not a fan of redundancy.From...

How to forward Neo4j http/bolt to ngrok?

I am running my large Ne04j database on a dedicated Mac OS machine. I would like to access the database (via browser or via python drivers) from other machines that I am working on. I tried to forward the http port using ngrok. However, when I try to...

bhawmik by Node
  • 1186 Views
  • 6 replies
  • 0 kudos

Resolved! Neo4j JDBC connector for Oracle

Hi everyone, Does the jdbc connector that can be used to import data from Oracle to Neo4j, support any encryption or security? If yes, is it enabled by default or how it be enabled? Thank you in advance!!

What is "error code: 1003"?

I have encountered this response – "error code: 1003" – when querying a Neo4j instance (running Community 4.4.7, hosted in GCP) from a cloud function (in Cloudflare) using HTTP. The instance itself is up, I can curl it directly from outside of GCP, g...

kaan by Node
  • 567 Views
  • 1 replies
  • 0 kudos

Using distributed computing to write to Neo4j

I have 3.2+ million nodes I want to write to neo4j and almost twice as many relationships. I am using Cypher sessions and batches to create these nodes and relationships but it is taking *a lot* of time. What I think would be a good solution is to di...