pydruid
library, the Python API for Apache Druid.
The required arguments to establish a connection are as follows:
host
is the host name or IP address of the Apache Druid database.port
is the port that Apache Druid is running on.path
is the query path.scheme
is the URI schema. This parameter is optional and defaults to http
.user
is the username used to authenticate with Apache Druid. This parameter is optional.password
is the password used to authenticate with Apache Druid. This parameter is optional.