Groovy Groovy

Open-source Groovy projects categorized as Groovy

Top 14 Groovy Groovy Projects

  • Gradle

    Adaptable, fast automation for all

  • Project mention: Gradle's leaky abstractions: Declarative(ish) shell, imperative core: Implementing a safe(ish) global configuration DSL | dev.to | 2024-03-24

    A ("shared") build service is kind of like a singleton, in that when you register one in any project, it's available in all projects as a single instance. (This unfortunately turns out not to be true, in some cases, when using composite builds, but can be worked around.) An actual singleton (global static instance) doesn't work at all, for the record—try it if you want to lose some sanity. Anyway, use a build service whenever you need global mutable state in your build.

  • nextflow

    A DSL for data-driven computational pipelines

  • Project mention: Nextflow: Data-Driven Computational Pipelines | news.ycombinator.com | 2023-08-10

    > It's been a while since you can rerun/resume Nextflow pipelines

    Yes, you can resume, but you need your whole upstream DAG to be present. Snakemake can rerun a job when only the dependencies of that job are present, which allows to neatly manage the disk usage, or archive an intermediate state of a project and rerun things from there.

    > and yes, you can have dry runs in Nextflow

    You have stubs, which really isn't the same thing.

    > I have no idea what you're referring to with the 'arbitrary limit of 1000 parallel jobs' though

    I was referring to this issue: https://github.com/nextflow-io/nextflow/issues/1871. Except, the discussion doesn't give the issue a full justice. Nextflow spans each job in a separate thread, and when it tries to span 1000+ condor jobs it die with a cryptic error message. The option of -Dnxf.pool.type=sync and -Dnxf.pool.maxThreads=N prevents the ability to resume and attempts to rerun the pipeline.

    > As for deleting temporary files, there are features that allow you to do a few things related to that, and other features being implemented.

    There are some hacks for this - but nothing I would feel safe to integrate into a production tool. They are implementing something - you're right - and it's been the case for several years now, so we'll see.

    Snakemake has all that out of the box.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • job-dsl-plugin

    A Groovy DSL for Jenkins Jobs - Sweeeeet!

  • awesome-groovy

    A curated list of awesome groovy libraries, frameworks and resources

  • job-dsl-gradle-example

    An example Job DSL project that uses Gradle for building and testing.

  • gradle-license-plugin

    Gradle plugin that provides a task to generate a HTML license report of your project.

  • jervis

    Self service Jenkins job generation using Jenkins Job DSL plugin groovy scripts. Reads .jervis.yml and generates a job in Jenkins.

  • Project mention: mTLS in 15 Minutes | /r/devops | 2023-06-10

    Clone my jervis project which has some java-based encryption

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • iceScrum

    iceScrum is a web application for using Scrum while keeping the spirit of a collaborative workspace. It also offers virtual boards with post-its for sprint backlog, product backlog and others.

  • gradle-nexus-staging-plugin

    Automatize releasing Gradle projects to Maven Central.

  • Apollo

    Genome annotation editor with a Java Server backend and a Javascript client that runs in a web browser as a JBrowse plugin. (by GMOD)

  • vscode-groovy-lint

    VSCode extension to lint , correct and format groovy and Jenkinsfile

  • Project mention: New version of VSCode Groovy Lint refactored | news.ycombinator.com | 2023-12-17
  • Hubitat-iPhone-Presence-Sensor

    A virtual presence sensor for Hubitat that checks if an iPhone/Android is on the WiFi network.

  • terrakube-extensions

    Terrakube Configuration Language extensions

  • S3-Upload-JMeter-Groovy

    Upload files to AWS S3 in JMeter using Groovy

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Groovy Groovy related posts

Index

What are some of the best open-source Groovy projects in Groovy? This list will help you:

Project Stars
1 Gradle 16,134
2 nextflow 2,538
3 job-dsl-plugin 1,877
4 awesome-groovy 710
5 job-dsl-gradle-example 439
6 gradle-license-plugin 381
7 jervis 268
8 iceScrum 248
9 gradle-nexus-staging-plugin 173
10 Apollo 122
11 vscode-groovy-lint 66
12 Hubitat-iPhone-Presence-Sensor 32
13 terrakube-extensions 5
14 S3-Upload-JMeter-Groovy 2

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com