JupiterOne / starbase

Graph-based security analysis for everyone
Mozilla Public License 2.0
337 stars 32 forks source link

Add popular plugins to Neo4j Docker instance #43

Closed adam-in-ict closed 2 years ago

adam-in-ict commented 2 years ago

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.

adam-in-ict commented 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.