Skip to content

PyPDX/stellaris-save-converter

Repository files navigation

Serverless Stellaris save file converter

Web-based, serverless application to parse Stellaris save files and output in JSON format.

The parser is available at pypdx-clausewitz.

The frontend is available at stellaris-save-vid.

Architecture

architecture

Dev

Prerequisites

This application is developed based on AWS's SAM model. If you want to deploy this application yourself, please familiarize yourself with AWS and related concepts.

aws-sam-cli needs to be installed. If you don't want to install it into system python, it is ok to install it within a virtual environment.

Docker needs to be installed.

Deploy (first time):

make deploy_guided

Deploy:

make deploy