gradle-avro-plugin
A Gradle plugin to allow easily performing Java code generation for Apache Avro. It supports JSON schema declaration files, JSON protocol declaration files, and Avro IDL files. (by davidmc24)
Jenkins
Jenkins automation server (by jenkinsci)
gradle-avro-plugin | Jenkins | |
---|---|---|
2 | 183 | |
309 | 23,512 | |
- | 0.9% | |
7.5 | 9.9 | |
about 1 year ago | 3 days ago | |
Java | Java | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gradle-avro-plugin
Posts with mentions or reviews of gradle-avro-plugin.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-09-26.
-
People who use Spring and Kotlin...
How do you send a message to Kafka using the Avro format? I've seen this lib but apparently it doesn't work with Kotlin.
-
Spring Cloud Stream & Kafka Confluent Avro Schema Registry
As we do not use maven like the schema-registry-confluent-avro-serializer sample, we cannot use the official avro-maven-plugin. We will use davidmc24/gradle-avro-plugin instead.
Jenkins
Posts with mentions or reviews of Jenkins.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-01-18.
-
Python in DevOps: Automation, Efficiency, and Scalability
Jenkins and GitHub Actions are go-to tools for automating tasks like testing and deployment. These pipelines ensure that the latest version of your software gets built, tested, and delivered efficiently.
-
AIOps, DevOps, MLOps, LLMOps – What’s the Difference?
CI/CD tools: Tools like Jenkins, CircleCI, and GitLab CI to automate the build and deployment pipeline.
-
Automated Reporting in Automation Testing
Jenkins With plugins like HTML Publisher or Allure, Jenkins generates automated test reports during CI/CD pipelines and supports both local and cloud-based setups.
-
A Beginner’s Guide to Java: 10 Must-Know Development Tools🎉🎉
9. Jenkins
-
Understanding the MLOps Lifecycle
Some popular CI/CD tools are GitHub Actions, Jenkins, GitLab CI, and Azure DevOps.
-
Deploying AI Projects Through a Jenkins Pipeline
Jenkins is an open-source CI/CD platform that facilitates building, testing, and deploying AI projects. It also has a user interface that tracks pipeline runs visually. In this article, you will learn how to deploy your AI projects automatically through a Jenkins pipeline.
-
Securing CI/CD Pipelines: GitHub Actions vs Jenkins
Jenkins, a widely popular open-source CI/CD tool, provides extensive flexibility and customization for teams willing to configure and manage their CI/CD infrastructure. Unlike GitHub Actions, Jenkins is self-hosted, meaning that teams are responsible for setting up, maintaining, and securing their instances. It offers thousands of plugins that support a wide range of development, testing, and deployment needs.
-
Docker vs. Kubernetes: Which Is Right for Your DevOps Pipeline?
Pro Tip: Use docker-compose to manage multiple containers locally, and integrate Docker with CI tools like Jenkins, GitHub Actions, or GitLab CI for seamless automation.
-
How to level up your backend skills
Pro Tip: Automate your tests with Jenkins for continuous integration.
-
Managing Software Project Complexity with Development Containers and Continuous Integration
There are many providers for Continuous Integration, like GitHub Actions, CircleCI, Travis CI, or Jenkins. For the purposes of this blog post, since my project's source code is hosted on GitHub, we'll use GitHub Actions as an example.