Imre
01/12/2023, 3:12 PMcosmin
01/12/2023, 3:18 PMImre
01/12/2023, 3:28 PMcosmin
01/12/2023, 4:07 PMImre
01/12/2023, 4:38 PM2023-01-12 15:20:52 2023-01-12T14:20:52.413562Z I i.q.c.TableReader open partition /var/lib/questdb/db/book-BYBIT/2023-01-10 [rowCount=129125, partitionNameTxn=-1, transientRowCount=98, partitionIndex=0, partitionCount=2]
cosmin
01/12/2023, 5:12 PMImre
01/12/2023, 5:29 PMhost.docker.internal
instead of localhost.
however, cryptofeed has this hardcoded:
class QuestCallback(SocketCallback):
def __init__(self, host='127.0.0.1', port=9009, key=None, **kwargs):
super().__init__(f"tcp://{host}", port=port, **kwargs)
docker run -d --network=host gunazzi/questdb:latest
localhost
inside the container is the same as your machinecosmin
01/12/2023, 6:00 PMImre
01/12/2023, 6:03 PM