diff options
| -rw-r--r-- | content/implementation.tex | 1 | ||||
| -rw-r--r-- | sources/listing_schema.tex | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/content/implementation.tex b/content/implementation.tex index 9bb87d2..15a450e 100644 --- a/content/implementation.tex +++ b/content/implementation.tex @@ -94,7 +94,6 @@ Should anything unusual occur, the \code{Monitoring Service} notifies the \code{ Then, the \code{Analytics Engine}, ingests the data from the \code{Redis} stream (\myCircled{5}) and analyzes it for further insights. All insights generated in this way, are sent to the \code{HTTP Server} (\myCircled{4}) to communicate to the system knobs within the datacenter and to the datacenter operators (\grayCircled{1}). - \begin{figure}[t] \input{sources/listing_schema.tex} \end{figure} diff --git a/sources/listing_schema.tex b/sources/listing_schema.tex index c3130d6..ef380e8 100644 --- a/sources/listing_schema.tex +++ b/sources/listing_schema.tex @@ -1,4 +1,4 @@ -\begin{lstlisting}[caption=The Redis and PostgreSQL schema (\texttt{schema.proto} file)., label={lst:protobuf-schema}] +\begin{lstlisting}[caption=The Redis and PostgreSQL schema (\texttt{schema.proto} file). All the large volume data packets that travel within the system follow this format (\ie \myCircled{1} through \myCircled{6}). The communication of small datapackets takes place using the HTTP protocol., label={lst:protobuf-schema}] syntax = "proto3"; package proto; |
