https://github.com/asimov-platform/kestra-asimov-plugin
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.7%) to scientific vocabulary
Keywords from Contributors
Repository
Basic Info
- Host: GitHub
- Owner: asimov-platform
- License: apache-2.0
- Language: Java
- Default Branch: master
- Size: 394 KB
Statistics
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 2
- Releases: 0
Metadata Files
README.md
Event-Driven Declarative Orchestrator
Get started with Kestra in 4 minutes.
Kestra Plugin Template
A template for creating Kestra plugins
This repository serves as a general template for creating a new Kestra plugin. It should take only a few minutes! Use this repository as a scaffold to ensure that you've set up the plugin correctly, including unit tests and CI/CD workflows.

Running the project in local
Prerequisites
- Java 21
- Docker
Running tests
./gradlew check --parallel
Development
VSCode:
Follow the README.md within the .devcontainer folder for a quick and easy way to get up and running with developing plugins if you are using VSCode.
Other IDEs:
./gradlew shadowJar && docker build -t kestra-custom . && docker run --rm -p 8080:8080 kestra-custom server local
[!NOTE] You need to relaunch this whole command everytime you make a change to your plugin
go to http://localhost:8080, your plugin will be available to use
Documentation
- Full documentation can be found under: kestra.io/docs
- Documentation for developing a plugin is included in the Plugin Developer Guide
License
Apache 2.0 © Kestra Technologies
Stay up to date
We release new versions every month. Give the main repository a star to stay up to date with the latest releases and get notified about future updates.

Owner
- Name: ASIMOV Platform
- Login: asimov-platform
- Kind: organization
- Email: hello@asimov.so
- Location: United Arab Emirates
- Website: https://asimov.so
- Repositories: 1
- Profile: https://github.com/asimov-platform
GitHub Events
Total
- Watch event: 2
- Delete event: 1
- Issue comment event: 4
- Push event: 2
- Public event: 1
- Pull request event: 4
- Pull request review comment event: 1
- Create event: 3
Last Year
- Watch event: 2
- Delete event: 1
- Issue comment event: 4
- Push event: 2
- Public event: 1
- Pull request event: 4
- Pull request review comment event: 1
- Create event: 3
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Ludovic DEHON | t****o@g****m | 98 |
| Loïc Mathieu | l****e@g****m | 10 |
| dependabot[bot] | 4****] | 7 |
| Anna Geller | a****r@g****m | 5 |
| Florian Hussonnois | f****s@g****m | 4 |
| yuri1969 | 1****9@g****m | 3 |
| brian.mulier | b****r@h****r | 1 |
| Will Russell | w****l@k****o | 1 |
| Tanvir Ahmed | 5****7 | 1 |
| Roman Acevedo | r****2@g****m | 1 |
| Oleksandr Yakovenko | 3****r | 1 |
| Mathieu Gabelle | 5****e | 1 |
| François Delbrayelle | f****e@g****m | 1 |
| nKwiatkowski | n****i@k****o | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 4
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 4
Past Year
- Issues: 0
- Pull requests: 4
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 4
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (4)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- ubuntu 24.04 build
- kestra/kestra latest build
- org.projectlombok:lombok * compileOnly
- org.projectlombok:lombok * testCompileOnly
- io.micronaut.test:micronaut-test-junit5 * testImplementation
- io.micronaut:micronaut-jackson-databind * testImplementation
- io.qameta.allure:allure-junit5 * testImplementation
- org.hamcrest:hamcrest * testImplementation
- org.hamcrest:hamcrest-library * testImplementation
- org.junit.jupiter:junit-jupiter-engine * testImplementation