Groovy

Open-source projects categorized as Groovy

Top 23 Groovy Open-Source Projects

  • Jenkins

    Jenkins automation server

  • Project mention: Most Useful CI/CD Tools for DevOps | dev.to | 2024-04-15

    Jenkins is a highly extensible Java-based CI/CD automation server. It is open-source and self-hosted and enables you to automate, build, and deploy your software. The tool seamlessly integrates with various version control systems, cloud providers, and third-party applications, making it a versatile choice for modern development environments.

  • Gradle

    Adaptable, fast automation for all

  • Project mention: Setting up linters in Gitlab CI for C++ and Groovy / Jenkins code | dev.to | 2024-05-03

    Because executing CodeNarc from the command-line is not so simple, I find it easier to use Gradle and its dedicated plugin to execute CodeNarc:

  • 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
  • REST Assured

    Java DSL for easy testing of REST services

  • Micronaut

    Micronaut Application Framework

  • Project mention: Javalin – a simple web framework for Java and Kotlin | news.ycombinator.com | 2024-02-11

    Micronaut has a share of the space too.

    https://micronaut.io/

    However, you’re right that Spring Boot has the lions share of the Java ecosystem.

  • groovy

    Apache Groovy: A powerful multi-faceted programming language for the JVM platform

  • Project mention: Groovy 🎷 Cheat Sheet - 01 Say "Hello" from Groovy | dev.to | 2024-03-07

    This time, I visited Groovy. Given my biased first impression about Java and the JVM, I wasn't too exited! But I couldn't have been more wrong! 😁

  • spotless

    Keep your code spotless

  • Project mention: We Have Code Quality At Home: Open Source Java Code Quality Tools | dev.to | 2024-05-06

    Spotless is an open-source, multi-language, customizable code formatter for projects. It comes with a Maven Plugin that can be customized as needed.

  • JaCoCo

    :microscope: Java Code Coverage Library

  • Project mention: Apache Maven JaCoCo Configuration | dev.to | 2023-10-27

    I will use here JaCoCo, where also the JaCoCo-Maven-lugin exists for the usage in your Maven builds. This article will show how to configure the code coverage to finally get the results for unit- and integration-tests.

  • SaaSHub

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

    SaaSHub logo
  • Spock

    The Enterprise-ready testing and specification framework.

  • Project mention: Mastering Spring Cloud Gateway Testing: Predicates (part 1) | dev.to | 2024-04-23

    I love using the Spock framework for its simplicity, readability, and maintainability. That's why we use Spock to drive our integration tests.

  • beakerx

    Beaker Extensions for Jupyter Notebook

  • Grails

    The Grails Web Application Framework

  • Project mention: Grails VS prime-mvc - a user suggested alternative | libhunt.com/r/grails-core | 2023-05-25
  • 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.

  • job-dsl-plugin

    A Groovy DSL for Jenkins Jobs - Sweeeeet!

  • megalinter

    🦙 MegaLinter analyzes 50 languages, 22 formats, 21 tooling formats, excessive copy-pastes, spelling mistakes and security issues in your repository sources with a GitHub Action, other CI tools or locally.

  • Project mention: Ask HN: How do you switch between multiple programming languages while coding? | news.ycombinator.com | 2024-05-06
  • dependency-analysis-gradle-plugin

    Gradle plugin for JVM projects written in Java, Kotlin, Groovy, or Scala; and Android projects written in Java or Kotlin. Provides advice for managing dependencies and other applied plugins

  • nginx-clojure

    Nginx module for embedding Clojure or Java or Groovy programs, typically those Ring based handlers.

  • secrets-gradle-plugin

    A Gradle plugin for providing your secrets to your Android project.

  • JFairy

    Java fake data generator

  • rsql-parser

    Parser for RSQL / FIQL – query language for RESTful APIs

  • awesome-groovy

    A curated list of awesome groovy libraries, frameworks and resources

  • ofbiz-framework

    Apache OFBiz is an open source product for the automation of enterprise processes. It includes framework components and business applications for ERP, CRM, E-Business/E-Commerce, Supply Chain Management and Manufacturing Resource Planning. OFBiz provides a foundation and starting point for reliable, secure and scalable enterprise solutions.

  • Project mention: Akaunting is free, open-source online accounting software for small businesses | news.ycombinator.com | 2024-04-23

    Ofbiz is open source with the Apache license.

    https://ofbiz.apache.org

  • groovy-eclipse

    Eclipse Groovy Development Tools

  • micronaut-data

    Ahead of Time Data Repositories

  • Project mention: [Mictonaut] Accessing SQL Server 2 | dev.to | 2024-01-19

    micronaut-data/doc-examples/r2dbc-example-java - GitHub

  • job-dsl-gradle-example

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

  • 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 related posts

  • Setting up linters in Gitlab CI for C++ and Groovy / Jenkins code

    1 project | dev.to | 3 May 2024
  • Mastering Spring Cloud Gateway Testing: Predicates (part 1)

    1 project | dev.to | 23 Apr 2024
  • Gradle's leaky abstractions: Declarative(ish) shell, imperative core: Implementing a safe(ish) global configuration DSL

    2 projects | dev.to | 24 Mar 2024
  • Jenkinsfile and Groovy integration.

    1 project | /r/HelixEditor | 10 Nov 2023
  • Helidon Níma is the first Java microservices framework based on virtual threads

    4 projects | news.ycombinator.com | 19 Aug 2023
  • Zip Forge 1.0.0 Released

    1 project | news.ycombinator.com | 17 Aug 2023
  • Android Studio on Devuan 4: インストール

    7 projects | dev.to | 31 Jul 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    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. Learn more →

Index

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

Project Stars
1 Jenkins 22,448
2 Gradle 16,177
3 REST Assured 6,719
4 Micronaut 5,957
5 groovy 5,095
6 spotless 4,194
7 JaCoCo 4,024
8 Spock 3,493
9 beakerx 2,778
10 Grails 2,762
11 nextflow 2,551
12 job-dsl-plugin 1,882
13 megalinter 1,743
14 dependency-analysis-gradle-plugin 1,623
15 nginx-clojure 1,077
16 secrets-gradle-plugin 1,033
17 JFairy 736
18 rsql-parser 713
19 awesome-groovy 711
20 ofbiz-framework 702
21 groovy-eclipse 652
22 micronaut-data 457
23 job-dsl-gradle-example 439

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