Java Projects

Open-source Java projects categorized as Projects

Top 23 Java Project Projects

  • Arthas

    Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • Nacos

    an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.

    Project mention: Nacos: Dynamic Naming and Configuration Service | news.ycombinator.com | 2024-04-07
  • Seata

    :fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.

    Project mention: Incubator-Seata: Simplify Distributed Transactions with Open Source Efficiency | news.ycombinator.com | 2024-08-06
  • Sentinel

    A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)

  • FizzBuzz Enterprise Edition

    FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.

    Project mention: The 4-chan Go programmer | news.ycombinator.com | 2024-08-28

    It gets worse (this isn't too much of an exaggeration): https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris....

    As an undergrad, I once spent about half an hour peer programming with a computer science PhD - it was enlightening.

    He didn't have the slightest understanding of software - calling me out for things like not checking that the size of a (standard library) data structure wasn't negative.

    Sometimes there's a scary lack of understanding and competency where you'd expect to find it.

    Sometimes these things are done for a reason; sometimes it's actually sane and sometimes it's just a way to deal with the lunacy of a codebase forged by the madmen who came before you.

  • Graal

    GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀

    Project mention: Marta File Manager: Back on Track | news.ycombinator.com | 2024-08-09

    You can trim down the runtime[1] but the tooling around doing this is non-existent / unreliable. Alternatively, you can generate native binaries with GraalVM[2] which comes with its own baggage (license, slow compile time, etc).

    [1]: https://docs.oracle.com/javase/8/embedded/develop-apps-platf...

    [2]: https://www.graalvm.org/

  • APIJSON

    🏆 实时 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构 🏆 Real-Time coding-free, powerful and secure ORM 🚀 providing APIs and Docs without coding by Backend, and the returned JSON of API can be customized by Frontend(Client) users

    Project mention: Top 15 Open-Source Low-Code Projects with the Most GitHub Stars | dev.to | 2024-07-18

    GitHub https://github.com/Tencent/APIJSON GitHub Stars 16.9k Most Recent Update on GitHub 2 days ago Open Source License Apache 2.0 Number of Active Contributors This Year 6 Acceptance of External PRs Yes Official Website http://apijson.cn/ Documentation https://apijsondocs.readthedocs.io/en/latest/

  • SaaSHub

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

    SaaSHub logo
  • zipkin

    Zipkin is a distributed tracing system

    Project mention: Enhancing API Observability Series (Part 3): Tracing | dev.to | 2024-03-19

    When choosing distributed tracing tools, considerations include your technology stack, business requirements, and monitoring complexity. Zipkin, SkyWalking, and OpenTelemetry are popular distributed tracing solutions, each with its unique features.

  • mybatis-plus

    An powerful enhanced toolkit of MyBatis for simplify development

  • bytecode-viewer

    A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)

  • QuestDB

    QuestDB is an open source time-series database for fast ingest and SQL queries

    Project mention: QuestDB is an open source time-series database for fast ingest and SQL queries | news.ycombinator.com | 2024-08-31
  • Quarkus

    Quarkus: Supersonic Subatomic Java.

    Project mention: Htmx, Raku and Pico CSS | news.ycombinator.com | 2024-09-09

    Recently, I’ve been working with Quarkus[1], the quarkus-qute[2] (a type-safe templating engine), and htmx. I found the experience quite positive. Quarkus offers lightning-fast compilation with a hot-reloading Maven wrapper (mvnw), making development seamless. Picking up qute was straightforward, and combining it with htmx, especially with qute’s #fragment support for htmx, felt like a natural fit.

    [1] https://quarkus.io/

  • greenDAO

    greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.

  • webmagic

    A scalable web crawler framework for Java.

  • Trino

    Official repository of Trino, the distributed SQL query engine for big data, former

    Project mention: Trino: A fast distributed SQL query engine for big data analytics | news.ycombinator.com | 2024-07-09
  • Flowable (V6)

    A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.

  • JavaCV

    Java interface to OpenCV, FFmpeg, and more

  • Leaf

    Distributed ID Generate Service (by Meituan-Dianping)

  • DependencyCheck

    OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.

    Project mention: Python Security Essentials for Your Apps | dev.to | 2024-05-20

    Next, we'll introduce key third-party tools such as Cloudinary, OWASP Dependency-Check, and Bandit, which automate crucial security tasks that can be challenging to manage manually. These tools handle file security, dependency vulnerability checks, and code base vulnerability scanning, ensuring your app remains protected against potential attacks.

  • Micronaut

    Micronaut Application Framework

    Project mention: My Journey with AWS CDK and Java: What You Need to Know | dev.to | 2024-09-02

    The CDK also seems to become more widely adopted in the Java community with more recent Java frameworks like Micronaut even having built-in support for AWS CDK in the framework.

  • Recaf

    The modern Java bytecode editor

  • lettuce

    Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.

  • sofa-boot

    SOFABoot is a framework that enhances Spring Boot and fully compatible with it, provides readiness check, class isolation, etc.

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

Java Projects discussion

Log in or Post with

Java Projects related posts

  • Apache Fury serialization Framework 0.7.1 released: better compatibility

    1 project | news.ycombinator.com | 12 Sep 2024
  • Tribuo – A Java machine learning library

    1 project | news.ycombinator.com | 7 Sep 2024
  • The Design and Implementation of the CPython Virtual Machine

    1 project | news.ycombinator.com | 1 Sep 2024
  • QuestDB is an open source time-series database for fast ingest and SQL queries

    1 project | news.ycombinator.com | 31 Aug 2024
  • Marta File Manager: Back on Track

    1 project | news.ycombinator.com | 9 Aug 2024
  • OpenTelemetry Tracing on Spring Boot, Java Agent vs. Micrometer Tracing

    3 projects | dev.to | 8 Aug 2024
  • Incubator-Seata: Simplify Distributed Transactions with Open Source Efficiency

    1 project | news.ycombinator.com | 6 Aug 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 19 Sep 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 Arthas 35,377
2 Nacos 30,020
3 Seata 25,217
4 Sentinel 22,305
5 FizzBuzz Enterprise Edition 21,227
6 Graal 20,211
7 APIJSON 17,090
8 zipkin 16,923
9 mybatis-plus 16,284
10 bytecode-viewer 14,602
11 QuestDB 14,307
12 Quarkus 13,567
13 greenDAO 12,626
14 webmagic 11,378
15 Trino 10,186
16 Flowable (V6) 7,814
17 JavaCV 7,518
18 Leaf 6,358
19 DependencyCheck 6,299
20 Micronaut 6,037
21 Recaf 5,936
22 lettuce 5,354
23 sofa-boot 4,949

Sponsored
Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com