Apache Phoenix Query Server

Clone this repo:
  1. 160c800 PHOENIX-4664 Time Python driver tests failing by Istvan Toth · 1 year, 5 months ago master
  2. d65835c PHOENIX-6894 Set up PQS to run tests with TZ displacement enabled by Istvan Toth · 1 year, 5 months ago
  3. d60e643 PHOENIX-7361 Build PQS with Phoenix 5.2.0 (#156) by Istvan Toth · 10 days ago
  4. 1f5ffdd PHOENIX-7327 Bump phoenixdb version to 1.2.3.dev0 after release (#155) by richardantal · 7 weeks ago
  5. db3aa25 PHOENIX-7312 Release PhoenixDB 1.2.2 rc1 (#154) by richardantal · 8 weeks ago python-phoenixdb-1.2.2 python-phoenixdb-1.2.2.rc1

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.