John Lin
John Lin
Add a new function similar to apoc.periodic.iterate() but will raise an error when any batch fails
## Feature description (Mandatory) I'm using `apoc.periodic.iterate()` to iterate nodes and perform actions on each node. Sometimes, some of the actions would fail. However, when any action fails, the call...
## Feature description (Mandatory) I would like to dump data from Neo4j database into other relational databases, e.g. PostgreSQL. Just like [`apoc.load.jdbc`](https://neo4j.com/labs/apoc/5/database-integration/load-jdbc/), I would like to see a `apoc.dump.jdbc`. ##...
The gem was renamed in https://github.com/papertrail/papertrail-cli/commit/7b8c4818eb8fa1c55be840ba92e26a440e185bc7#diff-288b40bbad16edee345cdfb4fd18cf667b47b862f24d6d6d340ec58ec67009f0
**Is your feature request related to a problem? Please describe.** I have a graph of social media data. I used community detection algorithms (e.g. Louvain) to detect different sets of...
I am developing a chat system with swampdragon and it works fine on localhost. However, when I was trying to deploy on Heroku, I found it hard to set up...
Please see "Interactive Problems" section in https://codingcompetitions.withgoogle.com/codejam/faq.
Python 2 is going to be deprecated; let's support Python 3.x.