# attic-lens **Repository Path**: mirrors_apache/attic-lens ## Basic Information - **Project Name**: attic-lens - **Description**: Mirror of Apache Lens - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-12 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Apache Lens ===== Apache Lens is a unified Analytics Platform. Lens aims to cut the Data Analytics silos by providing a single view of data across multiple tiered data stores and optimal execution environment for the analytical query. Prerequisites : Apache Lens requires JDK(>=1.8) and Apache Maven(3.x) to be installed for the build. JAVA_HOME is required for running tests. Confirm versions : # java -version # mvn --version # echo ${JAVA_HOME} Additionally MAVEN_OPTS can be configured as : # export MAVEN_OPTS="-Xmx1024m" Build the project : # mvn clean package See [Development Environment Setup] (http://lens.apache.org/developer/contribute.html#Development_Environment_Setup) and [Building from source] (http://lens.apache.org/developer/contribute.html#Building_from_source) docs for more details. [Detailed documentation for the project is available here](https://lens.apache.org)