From c8200f29184dfa48ab8de706d8c88c3bb03401d8 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 11 Feb 2022 16:23:35 +0200 Subject: Add infra diagrams --- README.md | 12 +++++++++++- docs/Deployment_process.png | Bin 0 -> 149347 bytes docs/Service_arch.png | Bin 0 -> 70035 bytes 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 docs/Deployment_process.png create mode 100644 docs/Service_arch.png 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 Binary files /dev/null and b/docs/Deployment_process.png differ diff --git a/docs/Service_arch.png b/docs/Service_arch.png new file mode 100644 index 0000000..ef9ae28 Binary files /dev/null and b/docs/Service_arch.png differ -- cgit v1.3