Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 1.51 KB

README.md

File metadata and controls

64 lines (46 loc) · 1.51 KB

OrientDB & Monk

This repository contains Monk.io template to deploy OrientDB 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-orientdb

Load Template

cd monk-orientdb
monk load MANIFEST

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

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

Deploy Stack

foo@bar:~$ monk run timescaledb/db

Variables

user: root

Variable Description Default
db_port OrientDB database port 5432
db_studio_port OrientDB studio port 5432
image Docker image tag pg14-latest
db_password OrientDB database password password

Stop, remove and clean up workloads and templates

monk purge -a