Groovy

Open-source projects categorized as Groovy

Top 23 Groovy Open-Source Projects

  • Jenkins

    Jenkins automation server

    Project mention: The Essential Guide to Internal Developer Platforms | dev.to | 2024-03-13

    For instance, IDPs can automatically trigger a deployment process in Jenkins or CircleCI when a developer pushes code to a Git repository.

  • 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.

  • 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.

  • 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

  • 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.

  • 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.

  • Spock

    The Enterprise-ready testing and specification framework.

    Project mention: Helidon Níma is the first Java microservices framework based on virtual threads | news.ycombinator.com | 2023-08-19

    Well I care a lot that it exists. And many other people I know do as well. Just because you don't seem to like it, you shouldn't imagine everyone else is like you.

    Maybe Grails is no longer used as much (like Rails itself), but Groovy found other usages since then, like https://spockframework.org/ and Jenkins pipelines (https://www.jenkins.io/doc/book/pipeline/syntax/). It's not going anywhere, and I see no reason for anyone to be upset about it.

  • 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.

  • 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

    Project mention: Recommended dependency analyzer plugin | /r/androiddev | 2023-05-05
  • 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

  • awesome-groovy

    A curated list of awesome groovy libraries, frameworks and resources

  • rsql-parser

    Parser for RSQL / FIQL – query language for RESTful APIs

  • 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: Please help a sister out with the inventory process and cash flow of our retail store which also provides services | /r/BusinessPH | 2023-07-08

    Even better, kung meron ka basic knowledge sa programming or devops, you can use open source systems like Apache Ofbiz or opensourcepos tapos aralin na lang. Most time consuming but would probably fit your needs (if may background ka sa IT) since willing ka naman matuto.

  • 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

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). The latest post mention was on 2024-03-24.

Groovy related posts

Index

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

Project Stars
1 Jenkins 22,268
2 Gradle 16,027
3 REST Assured 6,685
4 Micronaut 5,926
5 groovy 5,066
6 spotless 4,118
7 JaCoCo 3,993
8 Spock 3,484
9 beakerx 2,770
10 Grails 2,755
11 nextflow 2,516
12 job-dsl-plugin 1,875
13 megalinter 1,684
14 dependency-analysis-gradle-plugin 1,579
15 nginx-clojure 1,072
16 secrets-gradle-plugin 1,010
17 JFairy 739
18 awesome-groovy 710
19 rsql-parser 705
20 ofbiz-framework 677
21 groovy-eclipse 654
22 micronaut-data 455
23 job-dsl-gradle-example 439
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com