From c4a9f8305ae1a99721030b9d3009a64453e17121 Mon Sep 17 00:00:00 2001 From: Paul Grosu Date: Tue, 6 Dec 2016 21:32:44 -0500 Subject: submit --- chapter/1/figures/grpc-googleapis.png | Bin 0 -> 33354 bytes chapter/1/gRPC.md | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 chapter/1/figures/grpc-googleapis.png (limited to 'chapter') diff --git a/chapter/1/figures/grpc-googleapis.png b/chapter/1/figures/grpc-googleapis.png new file mode 100644 index 0000000..62718e5 Binary files /dev/null and b/chapter/1/figures/grpc-googleapis.png differ diff --git a/chapter/1/gRPC.md b/chapter/1/gRPC.md index 0dc78c3..c3333c2 100644 --- a/chapter/1/gRPC.md +++ b/chapter/1/gRPC.md @@ -130,12 +130,12 @@ There are benchmarks being performed on a daily basis to ensure that gRPC perfor Figure 6: Benchmark showing the queries-per-second on two virtual machines with 32 cores each.

-Most of the public Google APIs have been ported to support gRPC and their definitions can be analyzed at the following location: +Most of the public Google APIs - including the Speech API, Vision API, BigTable, Pub/Sub, etc. - have been ported to support gRPC, and their definitions can be found at the following location:

- https://github.com/googleapis/googleapis/tree/master/google
-

- +
+ Figure 7: The public Google APIs have been updated for gRPC, and be found at https://github.com/googleapis/googleapis/tree/master/google +

3.1 gRPC Java

-- cgit v1.2.3