# hbase-phoenix-query-server **Repository Path**: zhouwf/hbase-phoenix-query-server ## Basic Information - **Project Name**: hbase-phoenix-query-server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-10 - **Last Updated**: 2024-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HBase Phoenix Query Server demo This repository contains a Phoenix Query Server (PQS) and HBase demo composed of two parts: - hbase-phoenix-query-server: Docker image with HBase and PQS installed. - hbase-phoenix-thin-client: Docker image with a Spring Boot application which makes queries to PQS with Phoenix Thin Client. Run the demo with this command: ``` docker-compose up ``` To create a table and its content in HBase, make a request with this URL: `http://localhost:8080/create` Once HBase table is initialized, you can query the content with this URL: `http://localhost:8080/read/{id}` > This demo is **not suitable for production** use as it does not use HDFS for storage. # Credits By https://www.arima.eu ![ARIMA Software Design](https://arima.eu/arima-claim.png)