Skip to content

Commit

Permalink
Add demo and postgresql driver in docs (#334)
Browse files Browse the repository at this point in the history
* Add demo and postgresql driver in docs

* 💄

---------

Co-authored-by: Dion Häfner <dion.haefner@simulation.science>
  • Loading branch information
charalamm and dionhaefner authored Mar 27, 2024
1 parent f507b4a commit a85c005
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ modern Python stack, powered by awesome open-source software such as
and [Rasterio](https://github.com/mapbox/rasterio).

[Read the docs](https://terracotta-python.readthedocs.io/en/latest) |
[Try the demo](https://terracotta-demo-frontend.orangebeach-11aa4896.westeurope.azurecontainerapps.io/) |
[Explore the API](https://terracotta-python.readthedocs.io/en/latest/apidoc.html) |
[Satlas, powered by Terracotta](http://satlas.dk)

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 a85c005

Please sign in to comment.