Neo Technology Build Agent

Results 118 comments of Neo Technology Build Agent

**Comment by [abhishekunotech](https://github.com/abhishekunotech)** _Wednesday Feb 22, 2017 at 10:54 GMT_ ---- @aethant : If you do want to delve into the Java of this, Current implementation of apoc.load eventually traces...

**Comment by [sarmbruster](https://github.com/sarmbruster)** _Wednesday Feb 22, 2017 at 11:03 GMT_ ---- I think it should be easy to change https://github.com/neo4j-contrib/neo4j-apoc-procedures/blob/3.1/src/main/java/apoc/export/util/FileUtils.java#L18 to also check for ftp. By default the JVM does...

**Comment by [abhishekunotech](https://github.com/abhishekunotech)** _Wednesday Feb 22, 2017 at 11:12 GMT_ ---- @sarmbruster, it will still require changes at https://github.com/neo4j-contrib/neo4j-apoc-procedures/blob/3.1/src/main/java/apoc/util/Util.java#L223, to create Clients specific to protocol. It might require a bit...

**Comment by [jexp](https://github.com/jexp)** _Thursday Jun 29, 2017 at 07:45 GMT_ ---- FTP at least should be easy to check via ftp:// URLs Not sure about URL-Handlers for sftp

**Comment by [legraphista](https://github.com/legraphista)** _Sunday Oct 08, 2017 at 20:23 GMT_ ---- Hmm 🤔 I found the code [here](https://github.com/neo4j-contrib/neo4j-apoc-procedures/blob/3.1/src/main/java/apoc/text/Strings.java#L88-L91) but when calling `apoc.text.clean("test")` it returns an unregistered procedure error. When calling...

**Comment by [legraphista](https://github.com/legraphista)** _Sunday Oct 08, 2017 at 20:40 GMT_ ---- Closed in favour of #629

**Comment by [jexp](https://github.com/jexp)** _Monday Oct 09, 2017 at 19:27 GMT_ ---- @legraphista is there a Java library that does these? That one is a user definined function now. You can...

**Comment by [legraphista](https://github.com/legraphista)** _Tuesday Oct 10, 2017 at 09:14 GMT_ ---- Yep @jexp, I had to re-read the documentation to notice it changed from procedure to function (my bad 😞...

**Comment by [albertodelazzari](https://github.com/albertodelazzari)** _Monday May 22, 2017 at 13:25 GMT_ ---- @jexp can we use a library like quartz scheduler? Or anything else?

**Comment by [jexp](https://github.com/jexp)** _Monday May 22, 2017 at 20:43 GMT_ ---- Quartz is quite a monster :) perhaps there is something more lightweight? I mean after all it is just...