Skip to content

stoty/phoenix-queryserver

This branch is 4 commits ahead of, 15 commits behind apache/phoenix-queryserver:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3f636ea · Jul 24, 2024
Jul 17, 2024
Feb 27, 2024
Jan 3, 2023
May 2, 2023
Aug 3, 2021
Jul 18, 2024
Aug 3, 2021
Aug 3, 2021
Apr 13, 2023
Jul 24, 2024
Aug 16, 2022
Apr 22, 2020
Jan 27, 2023
Jul 16, 2021
Oct 6, 2020
Jul 8, 2021
Jul 17, 2024

Repository files navigation

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.

About

Apache Phoenix Query Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.3%
  • Java 35.2%
  • Shell 2.0%
  • Other 1.5%