Automating Deployment of Neo4j Java Extensions to (Self-Managed) Google Cloud
Dec 16, 2022 9 mins read
Neo4j Extensions (namely: Stored Procedures, Functions, plugins, and Triggers if for any reason Java is favored over APOC) are ultimately Jar artifacts that require deployment to the “plugins” folder on the file system of the Server running your Database Instance.This article presents a... read more