All Projects → apache → phoenix-queryserver

apache / phoenix-queryserver

Licence: other
Apache Phoenix Query Server

Programming Languages

python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
shell
77523 projects
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to phoenix-queryserver

hadoop-data-ingestion-tool
OLAP and ETL of Big Data
Stars: ✭ 17 (-48.48%)
Mutual labels:  phoenix, big-data
Phoenix
Mirror of Apache Phoenix
Stars: ✭ 867 (+2527.27%)
Mutual labels:  phoenix, big-data
Bigdata Notes
大数据入门指南 ⭐
Stars: ✭ 10,991 (+33206.06%)
Mutual labels:  phoenix, big-data
shlinked
An open-source satirical social network. shlinkedin.com
Stars: ✭ 287 (+769.7%)
Mutual labels:  phoenix
Tai-Shang-Combiner
太上老君,基于 Elixir 的 NFT 炼丹炉
Stars: ✭ 16 (-51.52%)
Mutual labels:  phoenix
ytpriv
YT metadata exporter
Stars: ✭ 28 (-15.15%)
Mutual labels:  big-data
couchdb-pkg
Apache CouchDB Packaging support files
Stars: ✭ 24 (-27.27%)
Mutual labels:  big-data
phoenix-webpack-docker-elastic
Simple templates for Phoenix/Webpack/Docker/Elastic Beanstalk setup
Stars: ✭ 33 (+0%)
Mutual labels:  phoenix
Quantitative-Big-Imaging-2018
(Latest semester at https://github.com/kmader/Quantitative-Big-Imaging-2019) The material for the Quantitative Big Imaging course at ETHZ for the Spring Semester 2018
Stars: ✭ 50 (+51.52%)
Mutual labels:  big-data
crimson commerce
An OpenSource Ecommerce platform on the Elixir/Phoenix stack, which aims to leverage the power of functional programming for ecommerce.
Stars: ✭ 74 (+124.24%)
Mutual labels:  phoenix
scikit-learn-intelex
Intel(R) Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application
Stars: ✭ 887 (+2587.88%)
Mutual labels:  big-data
query builder
Compose Ecto queries without effort
Stars: ✭ 56 (+69.7%)
Mutual labels:  phoenix
mmtf-spark
Methods for the parallel and distributed analysis and mining of the Protein Data Bank using MMTF and Apache Spark.
Stars: ✭ 20 (-39.39%)
Mutual labels:  big-data
bullet-core
Bullet is a streaming query engine that can be plugged into any singular data stream using a Stream Processing framework like Apache Storm, Spark or Flink.
Stars: ✭ 36 (+9.09%)
Mutual labels:  big-data
phoenix passwordless login
Phoenix Passwordless Login
Stars: ✭ 28 (-15.15%)
Mutual labels:  phoenix
zero-to-graphql-using-elixir
The purpose of this example is to provide details as to how one would go about using GraphQL with the Elixir Language.
Stars: ✭ 20 (-39.39%)
Mutual labels:  phoenix
sgd
An R package for large scale estimation with stochastic gradient descent
Stars: ✭ 55 (+66.67%)
Mutual labels:  big-data
predictionio-sdk-python
PredictionIO Python SDK
Stars: ✭ 199 (+503.03%)
Mutual labels:  big-data
accumulo-docker
Apache Accumulo Docker
Stars: ✭ 17 (-48.48%)
Mutual labels:  big-data
Clustering4Ever
C4E, a JVM friendly library written in Scala for both local and distributed (Spark) Clustering.
Stars: ✭ 126 (+281.82%)
Mutual labels:  big-data

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].