Skip to content

ecmwf/polytope-deployment

Repository files navigation

polytope-deployment

THIS REPOSITORY IS NOT ACTIVELY BEING UPDATED. PLease see our helm chart repo

This repository contains sample deployment environments for the Polytope server. You can always deploy Polytope manually, on an ad-hoc basis, by just launching the services (e.g. python -m polytope_server.frontend), but the resources in this repository help streamline the process.

⚠️ This project is BETA and will be experimental for the forseable future. Interfaces and functionality are likely to change, and the project itself may be scrapped. DO NOT use this software in any project/software that is operational.

We provide the following deployment types:

  • locally, under a single host
  • using Kubernetes see our helm chart repo
  • using Docker Swarm

You can either use these deployments directly, since they are designed to be somewhat configurable, or use them as examples to create your own deployment.

See the readme files under local and docker folder for an explanation of their pros/cons and deployment steps to follow.