Projects

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

Top 23 Project Open-Source Projects

  • Arthas

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

  • Project mention: FLaNK Stack Weekly for 20 June 2023 | dev.to | 2023-06-20
  • p3c

    Alibaba Java Coding Guidelines pmd implements and IDE plugin

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

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

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

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

  • temporal

    Temporal service

  • Project mention: Rethinking Serverless with Flame | news.ycombinator.com | 2023-12-06

    I don't know if I agree with the argument regarding durability vs elastic execution. If I can get both (with a nice API/DX) via something like Temporal (https://github.com/temporalio/temporal), what's the drawback here?

  • Trino

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

  • Project mention: Trino & Iceberg Made Easy: A Ready-to-Use Playground | dev.to | 2024-05-19

    By the way, I wanted to continue to use the previous experiment with Flink SQL and Iceberg, but I found out Trino doesn't support Iceberg's DynamoDB catalog. Therefore, I had to create a new one.

  • 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: Show HN: Hatchet – Open-source distributed task queue | news.ycombinator.com | 2024-03-08
  • 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.

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

Projects related posts

  • Python Security Essentials for Your Apps

    2 projects | dev.to | 20 May 2024
  • Trino & Iceberg Made Easy: A Ready-to-Use Playground

    3 projects | dev.to | 19 May 2024
  • Ask HN: Which Tech Stack has still maintained its charm?

    1 project | news.ycombinator.com | 13 May 2024
  • Garbage Collectors Are Scary

    3 projects | news.ycombinator.com | 12 May 2024
  • Rethinking string encoding: a 37.5% space efficient encoding than UTF-8 in Fury

    2 projects | news.ycombinator.com | 7 May 2024
  • Apache Fury – fast serialization framework – 0.5.0 released

    1 project | news.ycombinator.com | 6 May 2024
  • LLM Based Input Space Partitioning Testing for Library APIs (a.k.a. Bogus CVEs)

    1 project | news.ycombinator.com | 2 May 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 20 May 2024
    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. Learn more →

Index

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

Project Stars
1 Arthas 34,800
2 p3c 30,117
3 Nacos 29,179
4 Seata 24,972
5 Sentinel 22,012
6 FizzBuzz Enterprise Edition 20,548
7 Graal 19,832
8 zipkin 16,766
9 APIJSON 16,691
10 mybatis-plus 15,868
11 bytecode-viewer 14,377
12 QuestDB 13,535
13 Quarkus 13,178
14 greenDAO 12,615
15 webmagic 11,265
16 temporal 10,128
17 Trino 9,643
18 awesomo 9,252
19 cadence 7,881
20 Flowable (V6) 7,486
21 JavaCV 7,314
22 Leaf 6,298
23 Micronaut 5,967

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