Pravega Gateways¶
As part of the Pravega ecosystem, we provide a set of Gateways that can help applications and services to interact with Pravega:
gRPC Gateway¶
gRPC Gateway is a sample gRPC server that provides a gateway to Pravega. It provides limited Pravega functionality to any environment that support gRPC, including Python.
HTTP Gateway¶
HTTP Gateway is a simple HTTP server that can be used to write JSON events to a Pravega stream.