Part V Getting Started with gRPC
Learn how to use the Coherence gRPC library to interact with a Coherence data management services using Java, JavaScript, Python, and Go clients.
This part contains the following chapters:
- Introduction to gRPC
Coherence provides the ability for clients in various languages to connect to a cluster using gRPC (https://grpc.io/
) as the network transport. - Using the Coherence gRPC Proxy Server
The Coherence gRPC proxy is the server-side implementation of the gRPC services defined within the Coherence gRPC module. The gRPC proxy uses standard gRPC Java libraries to provide Coherence APIs over gRPC to the Java, JavaScript, Python, and Go gRPC clients. - Using the Coherence Java gRPC Client
The Coherence gRPC Java client allows Java applications to access Coherence clustered services, including data, data events, and data processing from outside the Coherence cluster. Typical uses for Java gRPC clients include desktop and web applications that require access to remote Coherence resources. - Using the JavaScript, Python, and Go gRPC Clients
To connect to Coherence from other clients which use gRPC, such as JavaScript, Python, and Go, you should refer to the relevant open source repositories for details and examples.