Hi,
My am able to bring Neo4j 4.2.3.
Cypher shell is also working and I am able to query, however I am unable to bring DB at Chrome.
Please let me know where to debug it.
Hi,
I upgraded my Neo4j from 4.0.26 to 4.2.3 and followed all the steps
I am getting error while bringing up the application
Exception in thread "main" java.lang.UnsatisfiedLinkError: Failed to create temporary file for /com/sun/jna/linux-x86-64/libj...
Hi,
I am trying to configure Neo4j (3.x) on Kubernetes. At one of the pod Neo4j is up and running. This setup is done by one of my colleague.
I need help of community on below:
How to configure setup so that APOC and ALGO get installed at the POD plu...
Hi,
Today I faced a strange problem.
At Neo4j Desktop browser I ran below code expecting that code will initialize two parameter variables. But it threw error to me
:param x => "value 1";
//
//
//
:param y => "value 2";
Error
:param x => "value 1"
//...
Hi,
Scenario:
(n:Person)-[Lends_Money]->(m:Person)
Each Node and relationship has several properties.
Requirement:
I need to know all the properties of both the nodes and relationship and number of times relationship made.
Tried:
Match(n:Person)-[rel...
OS is Unix
Are you sure it is looking for /tmp free space. If yes please let me know the calculation for free space requirement in /tmp folder?
I am able to bring 4.0. 11 with same / lesser space
Hi Andreas,
I am using physical machine.
I already restored my DB in 4.2.3 and I am free space with the size of my graph.
Do you feel i need to have more free space?
Hi Akshat,
Sorry for delay in the reply!
Pre-Processing is very customized solution. It will be really great fi you provide your requirement in more detail.
Regards
Vivek
Hi @bill.dickenson,
I would suggest to have a look into the requirement and indexes in Neo4j.
Neo4j Graph Database Platform
Labels and Schema Indexes in Neo4j - Neo4j Graph Database Platform
Neo4j recently introduced the...