execute commands
make start
make all
execute tests
make test
execute command
./src/bin/fetch_client --fetch_address=127.0.0.1:6000 --fetch_file=http://testData/test_1.csv
execute command
./src/bin/list_client --fetch_address=127.0.0.1:6000 --offset=0 --limit=1 --field=1 --sort=1
(field is Enum number from proto file, sort types: 1 is asc, -1 is desc)