{"id":10280,"date":"2023-06-08T21:02:54","date_gmt":"2023-06-09T02:02:54","guid":{"rendered":"https:\/\/www.rushworth.us\/lisa\/?p=10280"},"modified":"2023-08-28T10:37:12","modified_gmt":"2023-08-28T15:37:12","slug":"neo4j-apoc-plugin-in-docker-container","status":"publish","type":"post","link":"https:\/\/www.rushworth.us\/lisa\/?p=10280","title":{"rendered":"NEO4J: APOC Plugin in Docker Container"},"content":{"rendered":"<p>I wanted to test some of the <a href=\"https:\/\/neo4j.com\/labs\/apoc\/\">Awesome Procedures on Cypher (APOC)<\/a> functions, but first I needed to install the plugins. I needed to modify my docker run statement slightly to persist the \/plugins directory and install APOC core:<\/p>\n<p>&nbsp;<\/p>\n<pre>docker run -dit -p 7474:7474 -p 7687:7687 --volume=\/docker\/neo4j\/data:\/data --volume=\/docker\/neo4j\/conf:\/var\/lib\/neo4j\/conf --volume=\/docker\/neo4j\/plugins:\/plugins -e NEO4J_AUTH=none -e NEO4J_apoc_export_file_enabled=true -e NEO4J_apoc_import_file_enabled=true -e NEO4J_apoc_import_file_use__neo4j__config=true -e NEO4J_PLUGINS=\\[\\\"apoc\\\"\\] --name neo4j neo4j<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I wanted to test some of the Awesome Procedures on Cypher (APOC) functions, but first I needed to install the plugins. I needed to modify my docker run statement slightly to persist the \/plugins directory and install APOC core: &nbsp; docker run -dit -p 7474:7474 -p 7687:7687 &#8211;volume=\/docker\/neo4j\/data:\/data &#8211;volume=\/docker\/neo4j\/conf:\/var\/lib\/neo4j\/conf &#8211;volume=\/docker\/neo4j\/plugins:\/plugins -e NEO4J_AUTH=none -e NEO4J_apoc_export_file_enabled=true -e &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1896],"tags":[231,1897],"class_list":["post-10280","post","type-post","status-publish","format-standard","hentry","category-neo4j","tag-docker","tag-neo4j"],"_links":{"self":[{"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=\/wp\/v2\/posts\/10280","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10280"}],"version-history":[{"count":2,"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=\/wp\/v2\/posts\/10280\/revisions"}],"predecessor-version":[{"id":10298,"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=\/wp\/v2\/posts\/10280\/revisions\/10298"}],"wp:attachment":[{"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10280"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=10280"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rushworth.us\/lisa\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=10280"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}