@parkour-ops/graph-db-port
v0.2.5
Published
Provisions graph database functionality through a logical port (abstract class, to used as an interface); provisions various adapters to facilitate connection to actual graph database implementations.
Downloads
10
Readme
Requirements
Neo4j
- To use the "patch" option when using
updateNode(...)
, the 'apoc' library needs to be installed:- Run command-line shell on Docker container.
- Move the
apoc-<version>-core.jar
fromlabs
directory to theplugins
directory. - Restart the container.