Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudquery/plugin-sdk-java
CloudQuery Java SDK
https://github.com/cloudquery/plugin-sdk-java
Last synced: about 2 months ago
JSON representation
CloudQuery Java SDK
- Host: GitHub
- URL: https://github.com/cloudquery/plugin-sdk-java
- Owner: cloudquery
- License: mpl-2.0
- Created: 2023-08-03T09:38:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T02:51:03.000Z (2 months ago)
- Last Synced: 2024-11-01T03:16:31.190Z (2 months ago)
- Language: Java
- Homepage:
- Size: 714 KB
- Stars: 5
- Watchers: 8
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# CloudQuery Plugin SDK for Java
This is the high-level package to use for developing CloudQuery plugins in Java.
## Setup
### Authenticate to GitHub Packages
```bash
# Set up authentication to GitHub Packages, more in https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#authenticating-to-github-packages
export GITHUB_ACTOR=
# Classic personal access token with `read:packages` scope
export GITHUB_TOKEN=
```### Install pre-commit hooks
- Install `pre-commit` from
- Run `pre-commit install` to install the hooks## Build
```bash
./gradlew build
```