Skip to content

Implement Сustom gRPC Sink

To use pgwatch’s gRPC sink, you must provide the URI of a custom gRPC server that integrates with pgwatch using its protobuf definition.
See also gRPC Sink URI Parameters.

pgwatch contrib RPC

pgwatch-contrib/rpc is a community-maintained collection of gRPC server implementations for pgwatch.

It provides servers for common data solutions but makes no guarantees about their suitability for production use. Its main purpose is to provide examples and building blocks that users can extend to integrate with pgwatch and develop their own production-ready gRPC servers.

For guidance on implementing a custom gRPC server sink, refer to this tutorial.