diff options
Diffstat (limited to 'appendix')
| -rw-r--r-- | appendix/appendix.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/appendix/appendix.tex b/appendix/appendix.tex index c86f476..499f919 100644 --- a/appendix/appendix.tex +++ b/appendix/appendix.tex @@ -1,6 +1,6 @@ \begin{appendices} \chapter{Reproducibility}\label{s:reproducibility} - \section{Artifact Checklist}\label{ss:artifact_checklist} + \section*{Artifact Checklist}\label{ss:artifact_checklist} \begin{enumerate}[label=\textcolor{Green}{\textbf{\ding{51}}}] \item Program(s): \code{OpenDC}, \code{Confluent Kafka}, \code{PostgreSQL}, \code{Redis}, \code{Grafana}. \item Data set(s): Failure traces from Talluri \etal and failure models from Javadi \etal (see also \url{https://opendc.org/learn/documentation/Input/FailureModel}). @@ -8,7 +8,7 @@ \item Time is needed to reproduce the experiments: around 4 hours. \item Public Experiment Archive: \url{https://git.denounce.ai}. \end{enumerate} - \section{Experimental Setup}\label{ss:experimental_setup_appendix} + \section*{Experimental Setup}\label{ss:experimental_setup_appendix} Confluent Kafka, (see \url{https://www.confluent.io/}) must be present on the system. This includes the two different connectors from \Cref{s:implementation}. The scripts to start the Confluent Kafka (assuming installation in \code{/opt/confluent} instance are listed below. First, start Kafka Connect: @@ -67,7 +67,7 @@ protoc --java_out=/home/matt/git/opendc/opendc-common/src/main/java/ schema.pro Create a \code{.venv} in \code{python\_scripts} and \code{http\_server} and install all the dependencies. Then, run respectively the HTTP Server and the Python Scripts. Afterwards, start \mysystem using IntellijIDEA. - \section{Configuration files}\label{ss:configuration_files} + \section*{Configuration files}\label{ss:configuration_files} \input{sources/config_files.tex} + \chapter{Honours Research Project}\label{s:hp} \end{appendices} - |
