moxious / halin

Neo4j monitoring tool
https://halin.now.sh
Apache License 2.0
85 stars 19 forks source link

Feature request - advisor checks for APOC compatibility issues #53

Open moxious opened 5 years ago

moxious commented 5 years ago

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

moxious commented 5 years ago

@mesirii

moxious commented 5 years ago

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.