Matan Hart

Results 4 comments of Matan Hart

Because Neo4j builtin Dijsktra capabilities are disappointing, you would probably have to write a user procedure that implements Dijkstra with relationship name as cost. This issue made others create custom...

Based on your answer I have better understanding of what happened. I have modified the `GetADUsers.py` to query each domain in the forest. When I started the query, the `getMachineName`...

Hi @aanastasiou , Neo4j version 3.4 introduced new temporal types and functions to better deal with dates. You can see the example below where the `date()` function (https://neo4j.com/docs/cypher-manual/current/functions/temporal/date/) returns a...

The `neotime` module used by `neo4j-driver` support the new temporal types as described here: https://neo4j.com/docs/api/python-driver/current/types/temporal.html I can try to change the `inflate` and `deflate` logic of `DateProperty` and `DateTimeProperty` to...