You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a maintainer of HelloVoter I would like a neo4j plugin that contains just the few procedures we need brought into our own plugin so that we are not tied to waiting on the spatial neo4j plugins release cycle for neo4j upgrades and so we don't carry the functions we don't need that those plugins provide.
This feature is done when:
The spatial plugins is removed with their procedures replaced by functionality from our own neo4j plugin
Any procedure that can be done natively with neo4j or with light assistance from JavaScript is ditched in favor of that
Procedures we currently use are:
spatial.intersects
spatial.withinDistance
The text was updated successfully, but these errors were encountered:
cormander
changed the title
Bring 3rd party neo4j plugin functionality in-house
Bring 3rd party neo4j spatial plugin functionality in-house
Apr 18, 2020
As a maintainer of HelloVoter I would like a neo4j plugin that contains just the few procedures we need brought into our own plugin so that we are not tied to waiting on the spatial neo4j plugins release cycle for neo4j upgrades and so we don't carry the functions we don't need that those plugins provide.
This feature is done when:
Procedures we currently use are:
spatial.intersects
spatial.withinDistance
The text was updated successfully, but these errors were encountered: