PHOENIX-6065 Add OWASP dependency check, and update the flagged direct dependencies

move build instructions from README.md to BUILDING.md
copy reporting setup from core
update jetty to 9.4.31
update zookeeper to 3.5.8

update spotbugs to latest
5 files changed
tree: 8855193af7d7567bbf677874d486efa50bf725eb
  1. .github/
  2. bin/
  3. phoenix-queryserver/
  4. phoenix-queryserver-assembly/
  5. phoenix-queryserver-client/
  6. phoenix-queryserver-it/
  7. phoenix-queryserver-load-balancer/
  8. phoenix-queryserver-orchestrator/
  9. python-phoenixdb/
  10. .gitignore
  11. BUILDING.md
  12. pom.xml
  13. README.md
README.md

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.