taos/taosrest
, a Python library that allows you to use Python code to run SQL commands on the TDEngine server.
The required arguments to establish a connection are as follows:
user
is the username associated with the server.password
is the password to authenticate your access.url
is the URL to the TDEngine server. For local server, the URL is localhost:6041
by default.token
is the unique token provided while using TDEngine Cloud.database
is the database name to be connected.token
instead of user
and password
while using TDEngine.