nf1s / databases

scripts to quickly manage, deploy and run databases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Databases

  • Handles pull docker images and running containers for postgres and elasticsearch

Install

  • No need for installing, just clone
https://github.com/nf1s/databases.git

Run

Pull and run postgres

just postgres start

Stop and remove postgres

just postgres stop

psql

just postgres shell

Pull and run elastic

just elastic stop

Stop and remove elastic

just postgres stop

About

scripts to quickly manage, deploy and run databases


Languages

Language:Shell 87.7%Language:Just 12.3%