Skip to content

Commit

Permalink
Add demo and postgresql driver in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
charalamm committed Mar 13, 2024
1 parent f507b4a commit c59d2c8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ and [Rasterio](https://github.com/mapbox/rasterio).
needs to know about your data is accessible from only a handful of
API endpoints.

## Demo
Try out a live demo [here](https://terracotta-demo-frontend.orangebeach-11aa4896.westeurope.azurecontainerapps.io/)


## The Terracotta workflow

### 1. Optimize raster files
Expand Down
5 changes: 5 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ MySQL metadata store
++++++++++++++++++++

.. autoclass:: terracotta.drivers.mysql_meta_store.MySQLMetaStore

PostgreSQL metadata store
+++++++++++++++++++++++++

.. autoclass:: terracotta.drivers.postgresql_meta_store.PostgreSQLMetaStore
7 changes: 7 additions & 0 deletions docs/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ Currently implemented drivers include:
excellent candidate for deployments on cloud services, e.g. through
`AWS Aurora Serverless <https://aws.amazon.com/rds/aurora/serverless/>`__.

**PostgreSQL + GeoTiff**

Similar to the SQLite driver, but uses a
centralized PostgreSQL database to store metadata. This driver is also an
excellent candidate for deployments on cloud services, e.g. through
`AWS Aurora Serverless <https://aws.amazon.com/rds/aurora/serverless/>`__.


Why serverless?
---------------
Expand Down
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Use cases
from S3 buckets. <tutorials/aws>` This allows you to build apps that
scale almost infinitely with minimal maintenance!

Demo
---------
Try out a live demo `here <https://terracotta-demo-frontend.orangebeach-11aa4896.westeurope.azurecontainerapps.io/>`_


Installation
------------
Expand Down

0 comments on commit c59d2c8

Please sign in to comment.