apoc
apoc copied to clipboard
**Issue by [ThulasiPaladugu](https://github.com/ThulasiPaladugu)** _Tuesday Nov 02, 2021 at 06:23 GMT_ _Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/2273_ ---- ## Guidelines Please note that GitHub issues are only meant for bug reports/feature requests. If...
**Issue by [mrveld94](https://github.com/mrveld94)** _Wednesday Sep 08, 2021 at 09:54 GMT_ _Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/2199_ ---- The output of `apoc.convert.toTree` does not include the direction of the relations. For example, consider...
**Issue by [conker84](https://github.com/conker84)** _Tuesday Jun 08, 2021 at 22:49 GMT_ _Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1979_ ---- Using the `bulkImport: true` config in both procedures
**Issue by [vga91](https://github.com/vga91)** _Monday May 16, 2022 at 10:05 GMT_ _Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/2890_ ---- If we want to execute something like [this use case](https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/2659), but via `apoc.export.graphml.query` instead of...
difference between the maven central apoc-core jar and the one on the release page for version 5.x
## Expected Behavior (Mandatory) That including ``` org.neo4j.procedure apoc-core 5.2.1 runtime ``` in my project would have the same result as me manually downloading the apoc-core jar from the github...
**Issue by [tbrantb](https://github.com/tbrantb)** _Monday May 21, 2018 at 12:56 GMT_ _Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/812_ ---- On occasion I use periodic.commit to perform some kind of large migration. (delete data, move...
**Issue by [jexp](https://github.com/jexp)** _Monday Sep 07, 2020 at 07:42 GMT_ _Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1656_ ---- So if someone writes an extension / procedure / integration-test that needs apoc, we need...
We could evaluate the use of [ProcedureCallContext](https://github.com/neo4j/neo4j/blob/4.4/community/kernel-api/src/main/java/org/neo4j/internal/kernel/api/procs/ProcedureCallContext.java), which captures info about the context in which a procedure was called. Using this class, when we call a procedure using a `YIELD`...
**Issue by [conker84](https://github.com/conker84)** _Thursday Sep 02, 2021 at 14:11 GMT_ _Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/2194_ ---- Related to (#2193) in a cluster env the `systemdb` can have a `LEADER` in a...
**Issue by [rvanbruggen](https://github.com/rvanbruggen)** _Tuesday Aug 23, 2016 at 10:15 GMT_ _Originally opened as https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/119_ ---- I would like to run the `apoc.algo.dijkstra` with a cost function that is calculated based...