Closed adam-in-ict closed 2 years ago
An additional command of neo4j:start:plugins
has been added that will start up Neo4j with GDS and APOC enabled. For users who don't need the additional plugins, the standard neo4j:start
command will continue to function the same as it did before.
We should add Neo4j's Graph Data Science Library (GDS) and APOC libarary plugins to the Docker instance of Neo4j that is launched via
yarn starbase neo4j:start
. Both of these libraries would be a valuable addition to the project.