Pinned Repositories
24
24 Game Solver: gives you all dissimilar solutions
cassandra
Mirror of Apache Cassandra
flink
Apache Flink
gobeansdb
Distributed object storage server from Douban Inc.
hbase
Mirror of Apache HBase
java-compress
java常见的压缩与解压工具类
kafka
Mirror of Apache Kafka
multi-thread-context
:octopus: multi-thread context(MTC), a simple java lib for transmitting context between threads even using thread pool.
netty
Netty project - an event-driven asynchronous network application framework
RocketMQ
:rocket: Alibaba's MQ, also aliyun ONS.
Viyond's Repositories
Viyond/7days-golang
7 days golang programs from scratch (web framework Gee, distributed cache GeeCache, object relational mapping ORM framework GeeORM, rpc framework GeeRPC etc) 7天用Go动手写/从零实现系列
Viyond/ants
🐜🐜🐜 ants is a high-performance and low-cost goroutine pool in Go./ ants 是一个高性能且低损耗的 goroutine 池。
Viyond/aspect-log-1
Aspect-log是一个日志切面框架,能通过简单的配置在你的日志中统一加上你的业务标识。方便进行日志的分析和定位。
Viyond/big-sorter
Java library that sorts very large files of records by splitting into smaller sorted files and merging
Viyond/cat
CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC框架,RPC框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。
Viyond/easy-retry
灵活,可靠和快速的分布式任务重试和分布式任务调度平台
Viyond/easy-tools-all
A collection for tools in Java platform.
Viyond/gateway-higress
Next-generation Cloud Native Gateway
Viyond/golang-project-layout
Standard Go Project Layout
Viyond/govaluate
Arbitrary expression evaluation for golang
Viyond/goverter
Generate type-safe Go converters by simply defining an interface
Viyond/greptimedb
GreptimeDB, an open-source, cloud-native, distributed time-series database.
Viyond/Groovy-Compiler-Report
Viyond/jd-easyflow
Viyond/kratos
Your ultimate Go microservices framework for the cloud-native era.
Viyond/LeetcodeTop
汇总各大互联网公司容易考察的高频leetcode题🔥 推荐刷题网站:https://www.lintcode.com/?utm_source=tf-github-codetop
Viyond/linkis
Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
Viyond/openjob
Distributed high performance task scheduling framework
Viyond/pika
Pika is a nosql compatible with redis, it is developed by Qihoo's DBA and infrastructure team
Viyond/pikiwidb
a high-performance, large-capacity, multi-tenant, data-persistent, strong data consistency based on raft, Redis-compatible elastic KV data storage system based on RocksDB
Viyond/Qi.RPC.github.io
Viyond/qmq
QMQ是去哪儿网内部广泛使用的消息中间件,自2012年诞生以来在去哪儿网所有业务场景中广泛的应用,包括跟交易息息相关的订单场景; 也包括报价搜索等高吞吐量场景。
Viyond/raincat
强一致分布式事务框架
Viyond/redpanda-mq
Redpanda is a streaming data platform for developers. Kafka API compatible. 10x faster. No ZooKeeper. No JVM!
Viyond/sofa-serverless
Viyond/tengo
A fast script language for Go
Viyond/tinkerpop
Apache TinkerPop - a graph computing framework
Viyond/urule
URULE是一款基于RETE算法的纯Java规则引擎,提供规则集、决策表、决策树、评分卡,规则流等各种规则表现工具及基于网页的可视化设计器,可快速开发出各种复杂业务规则。
Viyond/work-in-australia
Work in Australia as a Developer / 程序员如何申请到澳洲工作
Viyond/yuan-rpc
从 0 到 1 手写 RPC 框架。参考 Dubbo 开源项目自主设计,基于 Java + Etcd + Vert.x + 自定义协议实现的高性能 RPC 框架。开发者只需引入 Spring Boot Starter,通过注解和配置文件即可快速使用框架,可以像调用本地方法一样轻松调用远程服务;还支持 SPI 机制动态拓展序列化器、负载均衡器、重试和容错策略等。