cypher-for-gremlin icon indicating copy to clipboard operation
cypher-for-gremlin copied to clipboard

Add support for REDUCE

Open GiancarloLelli opened this issue 5 years ago • 3 comments

Hi all I was trying to translate a Cypher statement that contained the REDUCE instruction, but the parse method fails saying that the REDUCE expression is not supported. Any change this get added?

The statement can be found here: https://neo4j.com/graphgist/movie-recommendations-with-k-nearest-neighbors-and-cosine-similarity

The need to conversion risen because I'm trying to implement that k-NN logic and cosine similarity on Azure Cosmos DB.

GiancarloLelli avatar Nov 07 '19 09:11 GiancarloLelli

Hello @GiancarloLelli,

thank you for suggestion.

Currently, it is not planned for implementation, but contributions are always welcome.

dwitry avatar Nov 11 '19 15:11 dwitry

Hi @dwitry I would be willing to help, but I need some hints :)

GiancarloLelli avatar Nov 13 '19 18:11 GiancarloLelli

Hello @GiancarloLelli ,

Great to know!

For high level overview see:

I've also just created new page How to implement new Cypher feature?.

Feel free to ask more specific questions in this issue, I will be happy to assist when I have time available.

dwitry avatar Nov 14 '19 11:11 dwitry