PostgreSQL
Other technologies
Evidence
-
Why this level
SummaryPostgreSQL appears in concrete and varied contexts: PostGIS in a reservation app, the pg driver in Strapi, geodata and the GeoNature ecosystem.
-
Current ceiling
SummaryThe main improvement axes to reach the next level are: document PostgreSQL administration more explicitly, show fine-grained tuning, replication, and more advanced maintenance operations.
-
The backend configuration in Parking App explicitly defines a PostgreSQL/PostGIS database in settings.
-
The Parking App model uses PointField and spatial logic to attach a parking lot to a city, proving concrete use of the PostGIS stack.
-
The portfolio CMS depends on the pg driver and Strapi 5 for headless persistence.
-
The GeoNature ecosystem uses PostgreSQL/PostGIS, SQL migrations and query optimization across several modules.
-
The one-shot services and raster imports added in GeoNature-Docker-services industrialize a geospatial stack built around GeoNature.