Skip to main content

Creation of new services

The service in Caila consists of the following elements:

  • Docker image with program build.
  • Service configuration in Caila.

You can develop the service code in Kotlin or Python. To begin, you can use one of the templates on GitHub:

tip

You can also refer to the step-by-step guide on creating a language detection service on GitHub.

After you have developed the service code:

  1. Upload its image to the Docker repository and add it to Caila.
  2. Create the service itself.