CLI interface for Schemaverse.
Docker Hub: https://hub.docker.com/r/frozenfoxx/schemabridge.
- python 3+
- psycopg2
- Create an account at Schemaverse.
pip3 install schemabridge
- Edit the
/etc/schemabridge/conf/schemabridge.conf
with your player information.
- For normal use,
schemabridge
will suffice. - If you wish to override any options in your config file use
-h
to see all overrides.
- Create a sample config file, use the environment variables, or arguments to supply player information.
cd [cloned repo root]
python3 -m schembridge.schemabridge
This tool can also be run as a Docker container. This can be combined with the environment variables to launch conveniently:
docker run \
-it \
--rm \
-e HOST="db.schemaverse.com" \
-e PORT="5432" \
-e DB="schemaverse" \
-e USERNAME="[username]" \
-e PASSWORD='[password]' \
frozenfoxx/schemabridge:latest
This project is licensed under the Apache License v2.0. Schemaverse is owned by its owners.