aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md12
-rw-r--r--docs/Deployment_process.pngbin0 -> 149347 bytes
-rw-r--r--docs/Service_arch.pngbin0 -> 70035 bytes
3 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 866ee3d..3eda8d7 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,14 @@
-# SLAM terraform configs
+# SLAM infrastructure
+
+SLAM is a procedural, stack-based programming language inspired by Forth and Lisp. You can try SLAM online at https://slamlang.dev. This service is hosted in GCP and defined through the Terraform configs in this repository.
+
+SLAM is a hobby project and should be regarded as such.
+
+## Architecture
+
+![Service architecture](docs/Service_arch.png)
+
+![Deployment process](docs/Deployment_process.png)
## Running
diff --git a/docs/Deployment_process.png b/docs/Deployment_process.png
new file mode 100644
index 0000000..8219492
--- /dev/null
+++ b/docs/Deployment_process.png
Binary files differ
diff --git a/docs/Service_arch.png b/docs/Service_arch.png
new file mode 100644
index 0000000..ef9ae28
--- /dev/null
+++ b/docs/Service_arch.png
Binary files differ