Deploy an Aim application on Koyeb
Learn more about Koyeb
·
Explore the documentation
·
Discover our tutorials
Koyeb is a developer-friendly serverless platform to deploy apps globally. No-ops, servers, or infrastructure management. This repository contains an Aim application written in Python that you can deploy on Koyeb in a single click.
This example application is designed to show how Aim applications can be built and deployed on Koyeb. The example application is a simple metadata task adapted from the Aim quick start guide. It executes a simple tracking exercise and then runs the web UI for interactive exploration.
Follow the steps below to deploy and run the Aim application on your Koyeb account.
You need a Koyeb account to successfully deploy and run this application. If you don't already have an account, you can sign-up for free here.
The fastest way to deploy the Aim application is to click the Deploy to Koyeb button below.
Clicking on this button brings you to the Koyeb App creation page with everything pre-set to launch this application.
To modify this application example, you will need to fork this repository. Checkout the fork and deploy instructions.
If you want to customize and enhance this application, you need to fork this repository.
If you used the Deploy to Koyeb button, you can simply link your service to your forked repository to be able to push changes. Alternatively, you can manually create the application as described below.
On the Koyeb Control Panel, on the Overview tab, click the Create Web Service button to begin.
- Select GitHub as the deployment method.
- In the repositories list, select the repository you just forked.
- Select your preferred region and Instance type.
- Open the Builder section. Click the Override toggle associated with the Run command and enter
aim up --host 0.0.0.0 --port 8000
in the field. - Choose a name for your Service, i.e
shiny-python
, and click Deploy.
You will be taken to the deployment page where you can follow the build of your Shiny for Python application. Once the build is completed, your application will be deployed and you will be able to access it via <YOUR_APP_NAME>-<YOUR_ORG_NAME>.koyeb.app
.
If you have any questions, ideas or suggestions regarding this application sample, feel free to open an issue or fork this repository and open a pull request.