c75b60456ec6decb79d08e877e63f77912b3ab5b
Capital Index Database Middleware
Description:
About this project:
Database Middleware that handles database's querying and changes monitoring.
Adds an abstraction layer on top of your Database.
This repo contains:
- Middleware Source Code
- Dockerfile
- Install & Manage Scripts
Getting Started:
Installation:
1. Install the required dependencies:
Needed to download and build the docker container.
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install wget git docker.io -y
[Optional] Install Docker build-kit:
sudo apt-get docker-buildx -y
2. Run the setup script:
Add your user to the docker group and login again:
sudo usermod -aG docker $USER && sudo su - $USER
This will download & execute the setup.sh script.
mkdir -p ~/.db-middleware/scripts &&
rm -rf ~/.db-middleware/scripts/* &&
cd ~/.db-middleware/scripts &&
wget -qO setup.sh https://gitea.abdulhade.com/abdulhade/db-middleware/raw/branch/main/scripts/setup.sh &&
bash setup.sh
Description
Languages
Python
70.1%
Shell
27.8%
Dockerfile
1.4%
Mako
0.7%