aboutsummaryrefslogtreecommitdiffstats
path: root/notes/design.tex
diff options
context:
space:
mode:
authorSpike <avlampson+git@gmail.com>2019-05-09 10:46:41 +0100
committerSpike <avlampson+git@gmail.com>2019-05-09 10:46:41 +0100
commit0f08dc4f1ed2ca477962b0cca9660fdc1cdb8879 (patch)
treee3fd02e4d859022abc2876ea6331a0ba80263cce /notes/design.tex
parent8fa2b28dac1e38889bb7196e2002992cdb9d7e7b (diff)
downloadsensyne_demo-0f08dc4f1ed2ca477962b0cca9660fdc1cdb8879.zip
sensyne_demo-0f08dc4f1ed2ca477962b0cca9660fdc1cdb8879.tar.gz
sensyne_demo-0f08dc4f1ed2ca477962b0cca9660fdc1cdb8879.tar.bz2
Adding notes to initial statement
Diffstat (limited to 'notes/design.tex')
-rw-r--r--notes/design.tex26
1 files changed, 26 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}
+
+