-
Notifications
You must be signed in to change notification settings - Fork 4
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
Docker Container exits with failure when importing GDS plugin. #17
Comments
We are looking into this and will update the ticket once we identify the issue. If we need anything else, I’ll let you know. |
It appears that Neo4j has made the version of the GDS plugin require Neo4j Enterprise now. NEO4J_PLUGINS=["graph-data-science"] We have a team meeting tomorrow, and will discuss how we want to tackle this. |
FYI - https://github.com/neo4j/graph-data-science So it seems that 5.21 has compatibility with openGDS. |
Another good reference - it seems Neo4j does not want to make it easy to use openGDS. Someone has created a build script - worst case, we can make it part of our build process as well. |
@tomksck - It looks like OpenGDS works fine - you would have to manually add it to your $HOME/neo4j/plugins folder. You can also grab a build from https://github.com/JohT/open-graph-data-science-packaging if you want to test yourself. Remember to remove the enterprise graph-data-science plugin from your $HOME/neo4j/plugins first. I'm going to close this ticket as its for trying to get the enterprise graph data science plugin working. Let me know if everything works for you. |
FYI - if you want to test on the new DozerDB version for Neo4j Core 5.21.2 - you can get the newest OpenGDS (Open Graph Data Science) jar we packaged and put it in your $HOME/neo4j/plugins folder. https://dist.dozerdb.org/plugins/open-gds/open-gds-2.8.0-alpha01.jar |
When using the following docker-compose.yml and Dockerfile the Dozerdb Container won't start. When replacing the plugin with apoc or any other plugin, the container starts up as expected.
docker-compose.yml:
Dockerfile:
And I receive the following Docker output:
The text was updated successfully, but these errors were encountered: