https://github.com/ramsailopal/yottadb-python-compose
Docker compose yaml to provision yottadb container with M Gateway service and python container with necessary libraries to allow connection to YottaDB
https://github.com/ramsailopal/yottadb-python-compose
docker docker-compose mumps python yottadb
Last synced: about 2 months ago
JSON representation
Docker compose yaml to provision yottadb container with M Gateway service and python container with necessary libraries to allow connection to YottaDB
- Host: GitHub
- URL: https://github.com/ramsailopal/yottadb-python-compose
- Owner: RamSailopal
- Created: 2021-05-07T15:33:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-07T15:34:23.000Z (about 5 years ago)
- Last Synced: 2024-12-29T10:25:19.938Z (over 1 year ago)
- Topics: docker, docker-compose, mumps, python, yottadb
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AUTHOR
Raman Sailopal
# Background
Docker compose file for the provision of yottadb container with M Gateway Service gateway as well as a Python client container with libraries installed to allow connection
# Prerequisites
It is assumed that Docker is running and that Docker compose is installed.
# Usage
Set the repodata variable to point to a directory for code on the host machine:
export repopath="/opt/code"
This will map /opt/code on the host machine to /tmp/mgdbx on the container
Then run the deployment through:
git clone https://github.com/RamSailopal/yottadb-python-compose.git
cd yottadb-python-compose
docker compose up