Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring 3rd party neo4j spatial plugin functionality in-house #46

Open
cormander opened this issue Aug 29, 2019 · 1 comment
Open

Bring 3rd party neo4j spatial plugin functionality in-house #46

cormander opened this issue Aug 29, 2019 · 1 comment

Comments

@cormander
Copy link

cormander commented Aug 29, 2019

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

@cormander cormander changed the title Bring 3rd party neo4j plugin functionality in-house Bring 3rd party neo4j spatial plugin functionality in-house Apr 18, 2020
@cormander
Copy link
Author

NOTE: A simple plugin that does point-in-polygon can be found here: https://github.com/craigtaverner/spatial-3d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant