Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```