Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joht/open-graph-data-science-packaging
Packages OpenGDS, the open part of Neo4j's graph data science plugin
https://github.com/joht/open-graph-data-science-packaging
graph-data-science neo4j
Last synced: 3 months ago
JSON representation
Packages OpenGDS, the open part of Neo4j's graph data science plugin
- Host: GitHub
- URL: https://github.com/joht/open-graph-data-science-packaging
- Owner: JohT
- License: gpl-3.0
- Created: 2023-07-09T15:26:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T01:55:20.000Z (4 months ago)
- Last Synced: 2024-09-18T23:32:45.811Z (4 months ago)
- Topics: graph-data-science, neo4j
- Homepage:
- Size: 71.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Open Neo4j Graph Data Science Packaging
Packages "OpenGDS", the open edition of [Neo4j's graph-data-science](https://github.com/neo4j/graph-data-science/tree/master#opengds) using [GitHub Actions Workflows](https://docs.github.com/en/actions/using-workflows/about-workflows). Automates the generation of the Neo4j plugin JAR for the OpenGDS.
:warning: This repository is only meant to be a personal workaround for the missing official OpenGDS plugin release artifacts.
:warning: It is strongly recommended to switch to an official OpenGDS bundle as soon there is one.
:information_source: With graph-data-science v2.7.0 and above, Neo4j v4 support had been dropped.
## Made with
Here is a list of all dependencies (frameworks, libraries, templates, tools, ...) that are used. Please [open an issue](https://github.com/JohT/open-graph-data-science-packaging/issues/new/choose) if you find something that is missing. Please also have a look at their licenses for more information.
- [Neo4j graph-data-science](https://github.com/neo4j/graph-data-science/tree/master#opengds)
- [GitHub Action checkout](https://github.com/actions/checkout)
- [GitHub Action setup-java](https://github.com/actions/setup-java)
- [GitHub Action upload-artifact](https://github.com/actions/upload-artifact)
- [GitHub Action download-artifact](https://github.com/actions/download-artifact)
- [GitHub Action action-gh-release](https://github.com/softprops/action-gh-release)