Java Projects

Open-source Java projects categorized as Projects

Top 23 Java Project Projects

  • Arthas

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

  • Project mention: FLaNK Stack Weekly for 20 June 2023 | dev.to | 2023-06-20
  • 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
  • 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
  • Seata

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

  • 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: FizzBuzzEnterpriseEdition | news.ycombinator.com | 2024-02-01
  • Graal

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

  • Project mention: Garbage Collectors Are Scary | news.ycombinator.com | 2024-05-12

    They are indeed scary, but one thing that can make them less so is writing them in a high level language. A nice code base to study if you're new to GCs is the GenScavange module of SubstrateVM, a JVM written entirely in Java. Start here:

    https://github.com/oracle/graal/blob/master/substratevm/src/...

    It gets compiled to native code for use. It's actually a bit of a dialect of Java because of course, you need low level memory and stack access. So you can see at parts there is use of special APIs that get compiled to things like stack allocations, so it can avoid allocating on the heap whilst working with it. Even so the "business logic" of a GC can be easily seen here, especially if you don't know C++.

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

  • SaaSHub

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

    SaaSHub logo
  • APIJSON

    🏆 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🏆 A JSON Transmission Protocol and an ORM Library 🚀 provides APIs and Docs without writing any code.

  • 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

    An open source time-series database for fast ingest and SQL queries

  • Project mention: How to Forecast Air Temperatures with AI + IoT Sensor Data | dev.to | 2024-03-24

    If your data lacks uniform time intervals between consecutive entries, QuestDB offers a solution by allowing you to sample your data. After that, MindsDB facilitates creating, training, and deploying your time-series models.

  • Quarkus

    Quarkus: Supersonic Subatomic Java.

  • Project mention: Ask HN: Which Tech Stack has still maintained its charm? | news.ycombinator.com | 2024-05-13

    If the client wants Java, I always go with https://quarkus.io/ or hilla.dev. GraalVM allows you to create native executable images.

  • 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: Fast distributed SQL query engine for big data analytics | news.ycombinator.com | 2024-03-19
  • 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)

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

  • DependencyCheck

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

  • Project mention: OWASP dependency check (<9.0.0) could fail to work after Dec 15th, 2023 | /r/programming | 2023-12-05
  • 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.

  • Project mention: Redis Cluster with heavy write application results in bad redis read latency | /r/redis | 2023-06-05

    I am using lettuce java library with async api. They says it used pipelining as default. Also I tried manually command flushing. I don't see the improvement.

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

Index

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

Project Stars
1 Arthas 34,762
2 Nacos 29,146
3 Seata 24,961
4 Sentinel 22,012
5 FizzBuzz Enterprise Edition 20,548
6 Graal 19,832
7 zipkin 16,766
8 APIJSON 16,691
9 mybatis-plus 15,844
10 bytecode-viewer 14,377
11 QuestDB 13,520
12 Quarkus 13,158
13 greenDAO 12,615
14 webmagic 11,265
15 Trino 9,621
16 Flowable (V6) 7,455
17 JavaCV 7,314
18 Leaf 6,298
19 Micronaut 5,959
20 DependencyCheck 5,906
21 Recaf 5,620
22 lettuce 5,277
23 sofa-boot 4,887

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