https://github.com/asimov-platform/kestra-asimov-plugin

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

interactive projection generic sequences archival genomics observability autograding hacking shellcodes
Last synced: 11 months ago · JSON representation

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
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

Kestra workflow orchestrator

Event-Driven Declarative Orchestrator

Last Version License Github star
Kestra infinitely scalable orchestration and scheduling platform Slack


twitter   linkedin   youtube  


Get started in 4 minutes with Kestra

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.

Kestra orchestrator

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

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.

Star the repo

Owner

  • Name: ASIMOV Platform
  • Login: asimov-platform
  • Kind: organization
  • Email: hello@asimov.so
  • Location: United Arab Emirates

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

All Time
  • Total Commits: 135
  • Total Committers: 14
  • Avg Commits per committer: 9.643
  • Development Distribution Score (DDS): 0.274
Past Year
  • Commits: 28
  • Committers: 11
  • Avg Commits per committer: 2.545
  • Development Distribution Score (DDS): 0.536
Top Committers
Name Email 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

.github/workflows/main.yml actions
.devcontainer/Dockerfile docker
  • ubuntu 24.04 build
Dockerfile docker
  • kestra/kestra latest build
docker-compose.yml docker
build.gradle maven
  • 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