API Reference

ClickhouseConfig

class monad.ui.config.ClickhouseConfig

Defines the location of the data source in ClickHouse.

from monad.ui.config import ClickhouseConfig

ClickhouseConfig(host='HOST_IP')
Parameters

host: str
The hostname or IP address of the ClickHouse server. If not set, localhost will be used.