Source Repositories

Apache Phoenix source is available on Apache Git server:

Main repository

https://git-wip-us.apache.org/repos/asf/phoenix.git 

Query server repository

https://git-wip-us.apache.org/repos/asf/phoenix-queryserver.git 

Connectors repository

https://git-wip-us.apache.org/repos/asf/phoenix-connectors.git 

Omid repository

https://git-wip-us.apache.org/repos/asf/phoenix-omid.git 

Tephra repository

https://git-wip-us.apache.org/repos/asf/phoenix-tephra.git 

Thirdparty repository

https://git-wip-us.apache.org/repos/asf/phoenix-thirdparty.git 

Source access

The source for each project can be checked out from GIT with this command (substitute the repo URL)

$ git clone https://git-wip-us.apache.org/repos/asf/phoenix.git

See http://git-scm.com/docs/git-clone 


Each repository is mirrored on GitHub under https://github.com/apache/  , i.e.

https://git-wip-us.apache.org/repos/asf/phoenix.git  is mirrored at https://github.com/apache/phoenix  and so on.


Related: Building

Site source access

Source for the Apache Phoenix website is kept in ASF SVN in https://svn.apache.org/repos/asf/phoenix 

Getting Started

From download to production in a few simple steps.

1. Download

Grab the latest stable release and verify checksums.

2. Read the Guide

Walk through cluster setup, schema design, and operations.

3. Connect a Client

Configure the JDBC client classpath and connection URL.