halin
halin copied to clipboard
Feature request - advisor checks for APOC compatibility issues
Use these compatibility matricies for online checking
https://neo4j-contrib.github.io/neo4j-apoc-procedures/versions.json https://neo4j-contrib.github.io/neo4j-graph-algorithms/versions.json
@mesirii
Don't want to do this compatibility checking at the time of doing advisor results, because dynamically fetching a URL can introduce errors in offline operations. Also don't want to pre-fetch and put a copy of this file into the halin repo, because then it can get out of date. So need to think on best design here.