Apache Phoenix Query Server

Clone this repo:
  1. cc84e6f PHOENIX-7779: move phoenix-queryserver to jUnit5. (#189) by alexadunai · 8 days ago master
  2. c4d19e4 PHOENIX-7780: Update jUnit to 5.10 in pom.xml files (#188) by alexadunai · 3 weeks ago
  3. 7a681d5 PHOENIX-7266 Fix SSLConfigDir in ITs (#150) by Aron Meszaros · 2 months ago
  4. bff4778 PHOENIX-7744 Update log4j2 to 2.25.3 (#186) by Istvan Toth · 3 months ago
  5. f517490 PHOENIX-7665 Make TLS protocols and ciphersuites configurable in PQS (#181) by Istvan Toth · 6 months ago

logo

Apache Phoenix enables OLTP and operational analytics in Hadoop for low latency applications. Visit the Apache Phoenix website here. This is the repo for the Phoenix Query Server (PQS).

Copyright ©2020 Apache Software Foundation. All Rights Reserved.

Introduction

The Phoenix Query Server is an JDBC over HTTP abstraction. The Phoenix Query Server proxies the standard Phoenix JDBC driver and provides a backwards-compatible wire protocol to invoke that JDBC driver. This is all done via the Apache Avatica project (sub-project of Apache Calcite).

The reference client implementation for PQS is a “thin” JDBC driver which can communicate with PQS. There are drivers in other languages which exist in varying levels of maturity including Python, Golang, and .NET.

The Python driver is maintained by the Phoenix project, and is available in the python-phoenixdb directory of the phoenix-queryserver repository.