Skip to content

Commit

Permalink
feat(video): code in any language short
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 authored Oct 24, 2024
1 parent d9cd101 commit 8ac187c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Kestra is language agnostic. Write your business logic in any language.

You can orchestrate custom business logic written in `Python`, `R`, `Julia`, `Ruby`, `Node.js`, `Powershell` and `Shell` scripts, and you can also build custom plugins in Java.

<div class="video-container">
<iframe src="https://www.youtube.com/embed/GBUJTjHE9ig?si=3MMIiyEqqjIGjOy_" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>

---

By default, these tasks run in individual Docker containers (taskRunner type: `io.kestra.plugin.scripts.runner.docker.Docker`). You can overwrite that default behavior if you prefer that your scripts run in a local process (taskRunner type: `io.kestra.plugin.core.runner.Process`) instead.

If you use a [commercial version of Kestra](../../../06.enterprise/index.md), you can also run your scripts on [dedicated remote workers](../../../06.enterprise/worker-group.md) by specifying a `workerGroup` property or using other [Task Runner types](../../../task-runners/04.types/index.md) for AWS, GCP, Azure and Kubernetes.
Expand Down

0 comments on commit 8ac187c

Please sign in to comment.