Skip to content

plainq/schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plainq Protobuf Schema

This repository defines a protobuf schema for communication with plainq server.

Any gRPC compatible language can use this schema to implement a custom client for communication with plainq server.

Documentation

All RPC methods and their request and response structures are documented. You can find a documentation here:

https://buf.build/plainq/schema/docs/main:v1

SDKs

Buf Schema Registry automatically generate SDKs for some popular programming languages. You can find them here:

https://buf.build/plainq/schema/sdks/main

Contribution

Feel free to submit your PRs, but please provide detailed description about how and why.