From 3fb599f54c303eb6dae9089c15a3f9765d65c335 Mon Sep 17 00:00:00 2001 From: lipan Date: Tue, 10 Apr 2018 14:40:00 +0800 Subject: [PATCH] supplement "zakar" and "https" description It was mentioned "7 different transports", but there just shows 5 transports. I supplement 2 missing transports "zakar" and "https". Change-Id: If5db5e31f7c7d1101ccf4d285cfb67b5af1944cb --- doc/source/contributor/architecture.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/contributor/architecture.rst b/doc/source/contributor/architecture.rst index 92565e4b4c..249208675d 100644 --- a/doc/source/contributor/architecture.rst +++ b/doc/source/contributor/architecture.rst @@ -193,6 +193,9 @@ Currently, processed data can be published using 7 different transports: 3. udp, which publishes samples using UDP packets; 4. http, which targets a REST interface; 5. file, which publishes samples to a file with specified name and location; +6. zaqar, a multi-tenant cloud messaging and notification service for web and + mobile developers; +7. https, which is http over SSL and targets a REST interface. Storing/Accessing the data