Daniil Okhlopkov

Results 80 comments of Daniil Okhlopkov

Websocket is not implemented yet because the original documentation for ViaBTC exchange is not clear. So we need to make some source code research to understand how to communicate with...

When the tap loads data for several minutes, target-postgres produces the error: ``` CRITICAL cursor already closed Traceback (most recent call last): File "/Users//.pyenv/versions/3.10.0/lib/python3.10/site-packages/target_postgres/postgres.py", line 234, in write_batch cur.execute('BEGIN;') File...

I've run it on a Centos using `docker-compose`, see here: https://github.com/testnet-exchange/python-viabtc-api

I'm also interested in websocket usage example! I'll implement it in my [python API wrapper](http://github.com/testnet-exchange/python-viabtc-api). Not you can find there only REST API.

@Junbin-Hao Can you please send here steps you've made to reproduce the issue? Anyway no-one can help you

Can you please share step-by-step how to reproduce this error?

@Junbin-Hao See installation setup here in Readme: https://github.com/testnet-exchange/python-viabtc-api

@Bringer-of-Light Can you please avoid using Chinese because, if you do so, you are increasing the chance that the developers across all GitHub can not only use your code, but...

@Bringer-of-Light You can take a look at `docker-compose.yml` file in my [repo](https://github.com/testnet-exchange/viabtc_exchange_server/blob/master/docker/docker-compose.yml). There is a way to launch this set of dockers on a cluster (search for `docker swarm`). By...

@Bringer-of-Light I don't quite sure that you can easily duplicate services (two accesshttp in your case) with docker swarm. You need some load balancer and I don't know if `docker...