- Start Docker container with
$ docker-compose up -d
- Install dependencies with
$ pip install -r requirements.txt
- Launch with
$ python main.py
- Wait for the message confirming that TCP has been started
- Connect with a TCP client through port specified
The only supported command is SelectColumn
, so far. After it you can specify a list of column names separated ONLY by comma, e.g. > SelectColumn id,email,first_name,last_name