Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudquery/plugin-pb-java
CloudQuery Plugin Java low level API
https://github.com/cloudquery/plugin-pb-java
Last synced: about 2 months ago
JSON representation
CloudQuery Plugin Java low level API
- Host: GitHub
- URL: https://github.com/cloudquery/plugin-pb-java
- Owner: cloudquery
- License: mpl-2.0
- Created: 2023-08-02T14:23:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T17:04:53.000Z (4 months ago)
- Last Synced: 2024-09-17T21:20:43.401Z (4 months ago)
- Language: Java
- Size: 873 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# plugin-pb-java
This is a low-level auto-generated gRPC client and server for CloudQuery plugin from [plugin-pb protos](https://github.com/cloudquery/plugin-pb).
## Development
### Prerequisites
- [Java 18](https://www.java.com/en/)
### Regenerate gRPC code
```bash
make clone-proto # This is needed only once
make gen-proto
```