From c427e4d03b508b3673db6434a1a296ecde1cd45c Mon Sep 17 00:00:00 2001 From: Rahul Singh Date: Fri, 1 Nov 2024 14:14:20 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 640cdaf..76da5fa 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # STAC on Cassandra +## Architecture + +![Architecture.Cass.Stac.png](img/Architecture.Cass.Stac.png) + The application uses Spring Data Cassandra and DataStax Astra DB to build a REST API for a [Spatio-Temporal Asset Catalog (STAC)](https://stacspec.org/en) that can scale to hundreds of billions of STAC items. -![img.png](img/img.png) +![Swagger UI](img/img.png) ## Objectives