pyignite
library, the Apache Ignite thin (binary protocol) client for Python.
The required arguments to establish a connection are as follows:
host
is the host name or IP address of the Apache Ignite cluster’s node.port
is the TCP/IP port of the Apache Ignite cluster’s node. Must be an integer.username
is the username used to authenticate with the Apache Ignite cluster. This parameter is optional. Default: None.password
is the password to authenticate the user with the Apache Ignite cluster. This parameter is optional. Default: None.schema
is the schema to use for the connection to the Apache Ignite cluster. This parameter is optional. Default: PUBLIC.