cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

dlyberis
Node Link
since ‎08-13-2022
‎12-25-2022

User Statistics

  • 10 Posts
  • 0 Solutions
  • 7 Kudos given
  • 2 Kudos received

User Activity

I have the following cypher query which works as expected when run from neo4j browser. Some of the data are returned as null when run from graphql query. Cypher query  includes custom apoc functions, which are not shown in the code below.   profile c...
I have built the following query that calculates the european air quality index for some entities. The calculation process take a long time to return the results. Is there any way to speed up the calculation, apoc parallel could do this? Any suggesti...
I am trying to calulate distances between each node.     call n10s.inference.nodesLabelled('Entity', {catNameProp: "label", catLabel: "Resource", subCatRel: "SCO" }) YIELD node match(node)-[:hasLocation]-(b:Location) WITH node,point({latitude: avg(...
Is it possible to call a custom function in another custom function? This is an example of what i whould like to implement but i am getting errors .     CALL apoc.custom.declareFunction( 'AQI(pollutant::STRING, value::NUMBER) :: STRING', ' RE...
i am trying to build an iot project using neo4j just for training. I have a few iot devices that measure the concentration of air pollution gases and store these values on neo4j. I have build a cypher query and i received the following results as i w...
Kudos from
Kudos given to