Skip to content

monk-io/monk-neo4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Neo4j & Monk

This repository contains Monk.io template to deploy Neo4j either locally or on cloud of your choice (AWS, GCP, Azure, Digital Ocean).

Prerequisites

Make sure monkd is running

foo@bar:~$ monk status
daemon: ready
auth: logged in
not connected to cluster

Clone Repository

git clone https://github.com/monk-io/monk-neo4j

Load Template

cd monk-neo4j
monk load MANIFEST

Let's take a look at the themes I have installed

foo@bar:~$ monk list neo4j
✔ Got the list
Type      Template  Repository  Version  Tags
runnable  neo4j/db  local       -        -

Deploy Stack

foo@bar:~$ monk run neo4j/db

Variables

Variable Description Default
db_port Neo4j database port 7687
admin_port Neo4j admin interface port 7474
image Docker image tag 5.5
page_cache_size Page cache size 1G
heap_size Heap size 512M
max_heap_size Max heap size 512M

Stop, remove and clean up workloads and templates

monk purge -a

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published