Skip to content

Commit 11baebd

Browse files
committed
fix note
1 parent f9154cd commit 11baebd

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

readme.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@
1414

1515
This sample demonstrates how to build a comprehensive data analytics pipeline using Amazon Athena, S3, and Glue Catalog to query large datasets stored in a data lake. Starting with raw COVID-19 datasets from the [Registry of Open Data on AWS](https://registry.opendata.aws/), you'll deploy a complete analytics infrastructure that enables running standard SQL queries against structured data in S3 buckets. To test this application sample, we will demonstrate how you use LocalStack to deploy the infrastructure on your developer machine and validate big data workflows locally. The demo showcases LocalStack's [Resource Browser capabilities](https://docs.localstack.cloud/aws/capabilities/web-app/resource-browser/) for exploring Athena databases and running interactive SQL queries without the cost and complexity of AWS infrastructure.
1616

17-
:::note
18-
- Initial service startup may take several minutes for dependency installation
19-
- Query performance is optimized for development testing, not production-scale analytics
20-
- Dataset size is limited to sample COVID-19 data for demonstration purposes
21-
:::
17+
> [!NOTE]
18+
> - Initial service startup may take several minutes for dependency installation
19+
> - Query performance is optimized for development testing, not production-scale analytics
20+
> - Dataset size is limited to sample COVID-19 data for demonstration purposes
2221
2322
## Architecture
2423

@@ -38,13 +37,12 @@ The following diagram shows the architecture that this sample application builds
3837
- [AWS CLI](https://docs.localstack.cloud/user-guide/integrations/aws-cli/) with the [`awslocal` wrapper](https://docs.localstack.cloud/user-guide/integrations/aws-cli/#localstack-aws-cli-awslocal)
3938
- [`make`](https://www.gnu.org/software/make/) (**optional**, but recommended for running the sample application)
4039

41-
:::note
42-
This sample uses Athena & Glue Data Catalog which requires various dependencies to be lazily downloaded and installed at runtime, which increases the processing time on the first load. To mitigate this, you can pull the Big Data Mono container image with the default dependencies pre-installed.
43-
```shell
44-
docker pull localstack/localstack-pro:latest-bigdata
45-
```
46-
Start the container with `IMAGE_NAME=localstack/localstack-pro:latest-bigdata` configuration variable to use the pre-installed dependencies.
47-
:::
40+
> [!NOTE]
41+
> This sample uses Athena & Glue Data Catalog which requires various dependencies to be lazily downloaded and installed at runtime, which increases the processing time on the first load. To mitigate this, you can pull the Big Data Mono container image with the default dependencies pre-installed.
42+
> ```shell
43+
> docker pull localstack/localstack-pro:latest-bigdata
44+
> ```
45+
> Start the container with `IMAGE_NAME=localstack/localstack-pro:latest-bigdata` configuration variable to use the pre-installed dependencies.
4846
4947
## Installation
5048

0 commit comments

Comments
 (0)