Projects

Open-source projects categorized as Projects
+ Java + Go + Kotlin

Top 23 Project Open-Source Projects

  • Arthas

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

  • SaaSHub

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

    SaaSHub logo
  • p3c

    Alibaba Java Coding Guidelines pmd implements and IDE plugin

  • 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: Golang – when programmers had smaller egos | news.ycombinator.com | 2024-09-26

    Java encourages (partly through language design and partly through its community/ecosystem) [Enterprise Grade Programming](https://github.com/EnterpriseQualityCoding/FizzBuzzEnterpris...). The problem isn't the language per se, but that most code bases will require you to earn an architecture astronaut certification for that particular code base.

    But also, the Go spec is a couple of pages and the Java spec is, uh, it's taking a while to load for me... ah yes, 876 pages. How's that learning curve?

  • Graal

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

    Project mention: Lambda function with GraalVM Native Image - Part 1 Introduction to GraalVM and its native image capabilities | dev.to | 2024-10-07

    GraalVM adds an advanced just-in-time (JIT) optimizing compiler, which is written in Java, to the HotSpot Java Virtual Machine.

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

  • zipkin

    Zipkin is a distributed tracing system

    Project mention: Implementing Distributed Tracing with Spring Boot and Zipkin | dev.to | 2024-09-24

    Zipkin is an open-source distributed tracing system that helps gather timing data needed to troubleshoot latency problems in microservice architectures. It manages the collection, storage, and querying of tracing data, providing a user-friendly interface to analyze traces.

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

  • temporal

    Temporal service

    Project mention: Launch HN: Stack Auth (YC S24) – An Open-Source Auth0/Clerk Alternative | news.ycombinator.com | 2024-08-08

    Just for clarification, So you can't really host this without open-sourcing my product (since your server is AGPL). Isn't it a stretch to call this really open-source? I compare this to something like a temporal which I can self-host without worrying (and which I believe is MIT license [https://github.com/temporalio/temporal/blob/main/LICENSE])

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

    Cool open source projects. Choose your project and get involved in Open Source development now.

  • cadence

    Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.

    Project mention: Ask HN: Who is hiring? (October 2024) | news.ycombinator.com | 2024-10-01
  • 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.

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

Projects discussion

Log in or Post with

Projects related posts

  • Lambda function with GraalVM Native Image - Part 1 Introduction to GraalVM and its native image capabilities

    1 project | dev.to | 7 Oct 2024
  • Apache Fury: reflection free and 50x faster serialization framework for graalvm

    1 project | news.ycombinator.com | 5 Oct 2024
  • How well did Jakarta EE 11 respond to the needs of developers?

    4 projects | dev.to | 26 Sep 2024
  • Golang – when programmers had smaller egos

    4 projects | news.ycombinator.com | 26 Sep 2024
  • Implementing Distributed Tracing with Spring Boot and Zipkin

    1 project | dev.to | 24 Sep 2024
  • The sorry state of Java deserialization

    2 projects | news.ycombinator.com | 22 Sep 2024
  • glassfish VS WildFly - a user suggested alternative

    2 projects | 21 Sep 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 11 Oct 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 Arthas 35,473
2 p3c 30,412
3 Nacos 30,125
4 Seata 25,256
5 Sentinel 22,337
6 FizzBuzz Enterprise Edition 21,310
7 Graal 20,280
8 APIJSON 17,164
9 zipkin 16,962
10 mybatis-plus 16,331
11 bytecode-viewer 14,640
12 QuestDB 14,399
13 Quarkus 13,645
14 greenDAO 12,626
15 temporal 11,570
16 webmagic 11,390
17 Trino 10,276
18 awesomo 9,398
19 cadence 8,229
20 Flowable (V6) 7,857
21 JavaCV 7,532
22 Leaf 6,358
23 DependencyCheck 6,344

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