aboutsummaryrefslogtreecommitdiff
path: root/chapter/1
diff options
context:
space:
mode:
authorPaul Grosu <pgrosu@gmail.com>2016-12-06 21:32:44 -0500
committerPaul Grosu <pgrosu@gmail.com>2016-12-06 21:32:44 -0500
commitc4a9f8305ae1a99721030b9d3009a64453e17121 (patch)
treef30ed78854aae61991ac6d59104f8a8ff3749072 /chapter/1
parent0598f53e1a16ab7731f081a77f15542192c28b07 (diff)
submit
Diffstat (limited to 'chapter/1')
-rw-r--r--chapter/1/figures/grpc-googleapis.pngbin0 -> 33354 bytes
-rw-r--r--chapter/1/gRPC.md8
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter/1/figures/grpc-googleapis.png b/chapter/1/figures/grpc-googleapis.png
new file mode 100644
index 0000000..62718e5
--- /dev/null
+++ b/chapter/1/figures/grpc-googleapis.png
Binary files 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
<em>Figure 6: Benchmark showing the queries-per-second on two virtual machines with 32 cores each.</em>
</p>
-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:
<p align="center">
- <em><a href="https://github.com/googleapis/googleapis/tree/master/google">https://github.com/googleapis/googleapis/tree/master/google</a></em><br>
-<p>
-
+ <img src="figures/grpc-googleapis.png" /><br>
+ <em>Figure 7: The public Google APIs have been updated for gRPC, and be found at <em><a href="https://github.com/googleapis/googleapis/tree/master/google">https://github.com/googleapis/googleapis/tree/master/google</a></em>
+</p>
<h3>3.1 <em>gRPC Java</em></h3>