Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/praneethsonu/aws-serverless-geoserver-infrastructure
- Owner: praneethsonu
- License: mit
- Created: 2024-11-09T20:08:29.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-24T21:59:55.000Z (28 days ago)
- Last Synced: 2024-11-24T22:27:11.953Z (28 days ago)
- Topics: aws, cloudshell, database, ec2-instance, ecs-fargate, efs, fargate, geoserver, load-balancer, postgis-extension, postgresql, rds, serverless, vpc
- Homepage: https://geoserver.org
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
- **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.