Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/praneethsonu/aws-serverless-geoserver-infrastructure

Deploying GeoServer with PostgreSQL and PostGIS on AWS via Fargate simplifies geospatial data management by removing server maintenance tasks.
https://github.com/praneethsonu/aws-serverless-geoserver-infrastructure

aws cloudshell database ec2-instance ecs-fargate efs fargate geoserver load-balancer postgis-extension postgresql rds serverless vpc

Last synced: 27 days ago
JSON representation

Deploying GeoServer with PostgreSQL and PostGIS on AWS via Fargate simplifies geospatial data management by removing server maintenance tasks.

Awesome Lists containing this project

README

        

# AWS Serverless GeoServer Infrastructure with PostgreSQL and PostGIS Integration

## Description
Deploy and auto-scale GeoServer with PostgreSQL and the PostGIS extension on AWS. This project leverages containerized deployment using AWS Fargate, enabling you to focus on geospatial data management without the complexities of server maintenance.

## Architecture Overview

The architecture is illustrated in the figure below.

GeoserverArchitecture

- **GeoServer**: An open-source server for sharing geospatial data.
- **AWS Fargate**: A serverless compute engine for containers.
- **PostgreSQL/PostGIS**: A spatial database extender for PostgreSQL.

Note: when running GeoServer in a clustered configuration there are some considerations to keep in mind when updating the shared data configuration as a GeoServer caches the configuration in memory. This is explained in more detail here:

https://geoserver.geosolutionsgroup.com/edu/en/clustering/clustering/passive/passive.html

Now let's get started and start building this out from scratch on AWS.

## Features

- Set up infrastructure.
- Configure Geoserver.
- Install PostGIS and load data

## Getting Started

Follow the instructions in the [How to get started](https://github.com/praneethsonu/aws-serverless-geoserver-infrastructure/tree/main/How%20to%20get%20started) directory to set up and deploy the infrastructure.

Also Check out my [AWS Community Post](https://community.aws/content/2p81D68CLjdrJs0Hq0FbqVM7yVN) & [LinkedIn Post](https://www.linkedin.com/posts/praneethb2_serverless-geoserver-infrastructure-activity-7263266225068122112-m9VX?utm_source=share&utm_medium=member_desktop)

## License

This project is licensed under the MIT License.