diff options
Diffstat (limited to 'notes')
-rw-r--r-- | notes/design.tex | 26 | ||||
-rw-r--r-- | notes/texput.log | 21 |
2 files changed, 47 insertions, 0 deletions
diff --git a/notes/design.tex b/notes/design.tex new file mode 100644 index 0000000..6dabfd3 --- /dev/null +++ b/notes/design.tex @@ -0,0 +1,26 @@ +\documentclass[a4paper]{article} + +\title{Sensyne Tech Test\\ Notes and explainations} +\date{\today} +\author{Spike Lampson} + + +\begin{document} + +\maketitle +\toc + +\section{Initial design} + +Requirements are: Simple web app, with backend and database, deployed on a cluster of nodes via an orchestration layer. Expectation: Couple of hours, which seems very hopeful for setting up a project at all, let alone finishing it to me. Still, what to do. + +Initial plan: Create in terraform/AWS. Find basic docker webapp container, deploy that onto EKS, with RDS instance as the backend. + +Things to check: +\begin{enumerate} +\item How much VPC/IG/routing etc still needs to be done by hand +\item Does EKS handle the loadbalancer? +\item Find basic docker container +\end{enumerate} + + diff --git a/notes/texput.log b/notes/texput.log new file mode 100644 index 0000000..36848f8 --- /dev/null +++ b/notes/texput.log @@ -0,0 +1,21 @@ +This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2019/dev/Debian) (preloaded format=latex 2019.5.7) 9 MAY 2019 09:46 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**design.tex + +! Emergency stop. +<*> design.tex + +End of file on the terminal! + + +Here is how much of TeX's memory you used: + 3 strings out of 494562 + 116 string characters out of 6177481 + 51987 words of memory out of 5000000 + 3767 multiletter control sequences out of 15000+600000 + 3640 words of font info for 14 fonts, out of 8000000 for 9000 + 14 hyphenation exceptions out of 8191 + 0i,0n,0p,13b,6s stack positions out of 5000i,500n,10000p,200000b,80000s +No pages of output. |