Using Apache Phoenix to store and access data
Also available as:
PDF

Python library for Apache Phoenix

The Apache Phoenix Python driver is a new addition to the Apache Phoenix. It was originally known as "Python Phoenixdb".

For more information, see the Apache Phoenix site.

The Python driver provides the Python DB2.0 API , which is a generic interface for interacting with databases through Python. This driver requires Phoenix Query Server (PQS) to interact with Phoenix. Using this driver, you can execute queries and load data. All data types are expected to be functional and there are no limitations on the kind of queries that this driver can execute.

Note
Note

This driver does not support Kerberos authentication.