viktorgitdev / dremio-sap-hana-connector

1 stars 1 forks source link

Dremio SAP HANA ARP Connector

Overview

This is a community based SAP HANA Dremio connector made using the ARP framework. Check Dremio Hub for more examples and ARP Docs for documentation.

What is Dremio?

Dremio delivers lightning fast query speed and a self-service semantic layer operating directly against your data lake storage and other sources. No moving data to proprietary data warehouses or creating cubes, aggregation tables and BI extracts. Just flexibility and control for Data Architects, and self-service for Data Consumers.

Usage

Required Parameters

Development

Building and Installation

  1. Change the pom's dremio.version to suit your Dremio's version. <version.dremio>13.1.0-202102110202430875-3e6f3e7c</version.dremio>
  2. In root directory with the pom.xml file run mvn clean install -DskipTests. If you want to run the tests, add the JDBC jar to your local maven repo along with environment variables that are required. Check the basic test example for more details.
  3. Take the resulting .jar file from the target folder and put it in the \jars folder in Dremio
  4. Download the SAPA HANA JDBC driver from (repo) and put in in the \jars\3rdparty folder
  5. Restart Dremio