Sign inSign up

ramb0/yottadb-python-client

By ramb0

Updated over 4 years ago

Image
0

318

ramb0/yottadb-python-client repository overview

Docker image that contains the Python libraries to allow connection of Python to Yottdb via M Gateway service gateway:

https://github.com/chrisemunt/mg_python

To run:

docker run -e yottadbhost="192.168.240.1" -e yottadbport="7041" -d ramb0/yottadb-python-client

Where yottadbhost is an environmental variable holding the address of the cache server on the network and yottadbport the port

To test the connection, run:

docker exec -it ...../bin/bash -c "cd /tmp && python python-mg-test.py"

This will print the version.

Tag summary

Content type

Image

Digest

Size

172.7 MB

Last updated

over 4 years ago

docker pull ramb0/yottadb-python-client