- This Project is forked from trinodb/trino and customized for NCP Data Query Service.
- Only client-related code(
/clients/**
) is customized.
- Add a repository in your build configuration
- Import a dependency in your build configuration
pom.xml
<repository>
<id>ncp-dataquery-release</id>
<url>https://raw.githubusercontent.com/NaverCloudPlatform/DataQuery-Repository/main/releases/</url>
</repository>
<dependency>
<groupId>com.ncp.dataquery</groupId>
<artifactId>dataquery-jdbc</artifactId>
<version>101-437</version>
</dependency>
build.gradle
maven { url "https://raw.githubusercontent.com/NaverCloudPlatform/DataQuery-Repository/main/releases/" }
implementation 'com.ncp.dataquery:dataquery-jdbc:101-437'
version | date | note |
---|---|---|
101-437 | 2024.08.16 | First Release |