diff --git a/docs/assets/images/quickwit-lambda-service.svg b/docs/assets/images/quickwit-lambda-service.svg new file mode 100644 index 00000000000..630317fd608 --- /dev/null +++ b/docs/assets/images/quickwit-lambda-service.svg @@ -0,0 +1,4 @@ + + + +

Staging

Staging

Indexer

Indexer

Searcher

Searcher

Index 

Index 
Quickwit Service
Quickwit Service
Source
Source
JSON
JSON
User
User
Text is not SVG - cannot display
\ No newline at end of file diff --git a/docs/get-started/tutorials/tutorial-aws-lambda-simple.md b/docs/get-started/tutorials/tutorial-aws-lambda-simple.md index 8fa563909a7..1cca9e89024 100644 --- a/docs/get-started/tutorials/tutorial-aws-lambda-simple.md +++ b/docs/get-started/tutorials/tutorial-aws-lambda-simple.md @@ -138,6 +138,6 @@ Congratz! You finished this tutorial! You can level up with the following tutori ## Next steps -- [Advanced Lambda tutorial](tutorial-aws-lambda.md) which covers an end-to-end use cases -- [Search REST API](/docs/reference/rest-api) -- [Query language](/docs/reference/query-language) +- [Advanced Lambda tutorial](../../guides/e2e-serverless-aws-lambda) which covers an end-to-end use cases +- [Search REST API](../../reference/rest-api) +- [Query language](../../reference/query-language) diff --git a/docs/guides/cluster-with-docker-compose.md b/docs/guides/cluster-with-docker-compose.md deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/docs/get-started/tutorials/tutorial-aws-lambda.md b/docs/guides/e2e-serverless-aws-lambda.md similarity index 96% rename from docs/get-started/tutorials/tutorial-aws-lambda.md rename to docs/guides/e2e-serverless-aws-lambda.md index 30b593a8da1..0b97481b979 100644 --- a/docs/get-started/tutorials/tutorial-aws-lambda.md +++ b/docs/guides/e2e-serverless-aws-lambda.md @@ -1,12 +1,12 @@ --- -title: Serverless E2E with Lambda -description: Index and search using AWS Lambda based on an end to end usecase. +title: E2E Serverless with Lambdas +description: Index and search using AWS Lambda for an end-to-end use case tags: [aws, integration] icon_url: /img/tutorials/aws-logo.png sidebar_position: 5 --- -In this tutorial, we’ll show you how to run Quickwit on Lambda on a complete use case. We’ll present you the associated cloud resources, a cost estimate and how to deploy the whole stack using AWS CDK. +In this guide, we’ll show you how to run Quickwit on Lambda on a complete use case. We’ll present you the associated cloud resources, a cost estimate and how to deploy the whole stack using AWS CDK. ## The use case Let’s start with the functional description of what our stack will be doing. @@ -18,7 +18,7 @@ The current setup to which we want to add search is composed by the following pi ## The cloud resources Here is a simplified drawing of our example stack: -![Quickwit Architecture](../../assets/images/quickwit-lambda-tutorial.svg) +![Serverless Architecture](../assets/images/quickwit-lambda-tutorial.svg) Let’s break it down piece by piece.