https://github.com/navercloudplatform/dataquery-repository
https://github.com/navercloudplatform/dataquery-repository
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/navercloudplatform/dataquery-repository
- Owner: NaverCloudPlatform
- License: apache-2.0
- Created: 2024-08-16T07:36:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T06:31:50.000Z (over 1 year ago)
- Last Synced: 2025-01-12T09:43:33.534Z (12 months ago)
- Size: 8.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DataQuery-Repository
## ** Notice **
- This Project is forked from [trinodb/trino](https://github.com/trinodb/trino) and customized for [**NCP Data Query Service**](https://www.ncloud.com/product/analytics/dataQuery).
- Only client-related code(`/clients/**`) is customized.
---
## Usage
- Add a repository in your build configuration
- Import a dependency in your build configuration
### for maven
`pom.xml`
```
ncp-dataquery-release
https://raw.githubusercontent.com/NaverCloudPlatform/DataQuery-Repository/main/releases/
```
```
com.ncp.dataquery
dataquery-jdbc
101-437
```
### for gradle
`build.gradle`
```
maven { url "https://raw.githubusercontent.com/NaverCloudPlatform/DataQuery-Repository/main/releases/" }
```
```
implementation 'com.ncp.dataquery:dataquery-jdbc:101-437'
```
## More Information
- [NAVER CLOUD PLATFORM > Data Query](https://www.ncloud.com/product/analytics/dataQuery)
- [User Guide](https://guide.ncloud-docs.com/docs/ko/dataquery-overview)
## Release Note
| version | date | note |
| --- | --- | --- |
| 101-437 | 2024.08.16 | First Release |