Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.11 KB

gateways.md

File metadata and controls

29 lines (22 loc) · 1.11 KB

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.