# omnidata-openlookeng-connector
**Repository Path**: kunpengcompute/omnidata-openlookeng-connector
## Basic Information
- **Project Name**: omnidata-openlookeng-connector
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-07-22
- **Last Updated**: 2022-04-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# OmniData Connector
## Overview
OmniData Connector is a data source connector developed for openLooKeng.
The OmniData connector allows querying data sources where OmniData Server is deployed. It pushes down some operators such as filter to the OmniData service close to the storage to improve the performance of storage-computing-separated system.
## Building OmniData Connector
1. OmniData Connector is developed under the architecture of openLooKeng. You need to build openLooKeng first as a non-root user.
2. Simply run the following command from the project root directory:
`mvn clean install -Dos.detected.arch="aarch64"`
Then you will find omnidata-openlookeng-connector-*.zip in the omnidata-openlookeng-connector/connector/target/ directory.
OmniData Connector has a comprehensive set of unit tests that can take several minutes to run. You can disable the tests during building:
`mvn clean install -DskipTests -Dos.detected.arch="aarch64"`
## Deploying OmniData Connector
1. Unzip omnidata-openlookeng-connector-*.zip to the plugin directory of openLooKeng.
2. Obtain the latest OmniData software package, and replace the boostkit-omnidata-server-\*.jar in the omnidata-openlookeng-connector-\* directory.
3. Set "connector.name=omnidata-openlookeng" in the openLooKeng catalog properties file.
## Contribution Guidelines
Track the bugs and feature requests via GitHub issues.
## More Information
For further assistance, send an email to kunpengcompute@huawei.com.