Introduction

The platform has been designed to be developer's friendly, and to accept a high degree of automation using the API.

Depending on where you run the code, there are four main ways in which you can add your own logic and scripts to the platform:

  • In the platform,

    • In a non-interactive way: Using the platform's Functions. This is code the platform is capable of running under the hood, in response to user's requests or in response to platform events. Please see the Functions guide to know more.

    • In an interactive way: Using the platform's Jupyter notebooks functionality you can run your code that will run in the Jupyter container in the platform. Please see the Jupyter Notebooks documentation.

    • In your own environment: Using the platform's CDI (Custom Docker Containers), you can launch and deploy your own docker containers running in the platform environment.

  • Outside of the platform,

    • Using your own environments to run your code. Please see the Scripting guide for some examples.

You also have a python library that will make your coding easier, and the extended API documentation, with all available methods.

Last updated