WesleyOne's Stars
hoppscotch/hoppscotch
Open source API development ecosystem - https://hoppscotch.io (open-source alternative to Postman, Insomnia)
square/retrofit
A type-safe HTTP client for Android and the JVM
netty/netty
Netty project - an event-driven asynchronous network application framework
kubernetes/minikube
Run Kubernetes locally
apache/kafka
Mirror of Apache Kafka
google/gson
A Java serialization/deserialization library to convert Java Objects into JSON and back
apache/pulsar
Apache Pulsar - distributed pub-sub messaging system
taowen/awesome-lowcode
国内低代码平台从业者交流
resilience4j/resilience4j
Resilience4j is a fault tolerance library designed for Java8 and functional programming
akopytov/sysbench
Scriptable database and system performance benchmark
alibaba/jetcache
JetCache is a Java cache framework.
oshi/oshi
Native Operating System and Hardware Information
openkruise/kruise
Automated management of large-scale applications on Kubernetes (incubating project under CNCF)
JCTools/JCTools
alibaba/Alink
Alink is the Machine Learning algorithm platform based on Flink, developed by the PAI team of Alibaba computing platform.
alibaba/GraphScope
🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
StabilityMan/StabilityGuide
【稳定大于一切】打造国内稳定性领域知识库,让无法解决的问题少一点点,让世界的确定性多一点点。
corazawaf/coraza
OWASP Coraza WAF is a golang modsecurity compatible web application firewall library
sohutv/mqcloud
RocketMQ企业级一站式服务平台
apache/bookkeeper
Apache BookKeeper - a scalable, fault tolerant and low latency storage service optimized for append-only workloads
baiyutang/meetup
【❤️ 互联网大厂技术分享PPT 👍🏻 持续更新中!】🍻各大技术交流会、活动资料汇总 ,如 👉QCon👉全球运维技术大会 👉 GDG 👉 全球技术领导力峰会👉大前端大会👉架构师峰会👉敏捷开发DevOps👉OpenResty👉Elastic,欢迎 PR / Issues
purple-force/docsite
An opensource static website generator
openmessaging/dledger
A raft-based java library for building high-available, high-durable, strong-consistent commitlog.
osheroff/mysql-binlog-connector-java
MySQL Binary Log connector
didi/AgileTC
AgileTC is an agile test case management platform
apache/rocketmq-streams
Apache rocketmq
pmem/llpl
Low Level Persistence Library
alibaba/rsqldb
lexburner/aliyun-cloudnative-race-mq-2021
hl845740757/java-zset
redis的zset的java实现,包含3个版本,Long2ObjZset, Obj2LongZset, GenericZSet。GenericZSet是基准实现,Long2ObjZset, Obj2LongZset是GenericZSet特化实现,以减少大量的拆装箱。 java-zset实现了redis zset中的常用命令,且结合java语言自身的特性,进行了大量优化,包括: 1. score不再限定为double类型,支持泛型score。 2.可自定义ScoreComparator, KeyComparator,使得实现逆序排行榜更加容易,而不是让你总是使用reverse系列接口。 此外,扩展zset较为容易,你可以在理解后自行添加需要的特性。