Hi
I installed Neo4j version 4.4.11 and when I build the latest version of APOC from the code (Git branch 4.4) I get the following error:
Caused by: org.neo4j.kernel.extension.FailedToBuildExtensionException:
Failed to build kernel extension Extensi...
Hi All,
I am trying to execute a Postgres SQL query through:
apoc.load.jdbcParams
and I try to give it an Array as a parameter like this:
WITH "select * from data.table where id = ANY(?)" as sql
CALL apoc.load.jdbcParams("jdbc:postgresql://db/...
What I mean is that you can write your own program that uses the Orientdb client library [1] and the Neo4j client library [2] and use that to convert the data.
Thomas
[1] https://orientdb.com/docs/last/apis-and-drivers/
[2] https://neo4j.com/de...
actually thinking about this... you are getting a stackOverFlow. More heap memory won't help in that case I guess. You could try and increase the stack memory size. See your JVM documentation for how to do that.
Thomas
You could give it more memory (if the machine has more memory of course) or chop the file you are trying to import into smaller chunks first and import them one-by-one.
Thomas