Pinned Repositories
6830Project
Fall 2015 6.830 Course Project: Efficient locking scheme for B-Trees (based on SimpleDB)
aircompressor
A port of Snappy, LZO, LZ4, and Zstandard to Java
architecture.of.internet-product
互联网公司技术架构,腾讯/阿里/美团点评/百度/微博/Google/Facebook/Amazon/eBay的架构,欢迎发起PR补充
awesome-programming-books
📚 经典技术书籍 PDF 文件,持续更新...
b-plus-tree
A Java implementation of B+ tree for key-value store
doc
gecko
A RPC framework in taobao based on java NIO.
JCTools
jsonrpc
jsonrpc
myutiltest
goodstar's Repositories
goodstar/doc
goodstar/book
:books: All programming languages books
goodstar/cachecloud
搜狐视频(sohu tv)Redis私有云平台
goodstar/Chronicle-Core
Low level access to native memory, JVM and OS.
goodstar/cim
📲cim(cross IM) 适用于开发者的即时通讯系统
goodstar/DataLink
DataLink是一个满足各种异构数据源之间的实时增量同步,分布式、可扩展的数据交换平台。
goodstar/dax-pay
免费开源的支付网关,支持支付宝、微信、云闪付等通道,提供收单、退款、对账、分账等功能,通过HTTP方式进行调用,不与其他系统产生耦合关联,可以快速集成到各种系统中,提供可视化界面进行管理,便于实现统一的支付信息管理。
goodstar/druid
阿里巴巴数据库事业部出品,为监控而生的数据库连接池。阿里云Data Lake Analytics(https://www.aliyun.com/product/datalakeanalytics )、DRDS、TDDL 连接池powered by Druid
goodstar/ecp-uid
居于美团leaf、百度UidGenerator、原生snowflake 进行整合的 唯一ID生成器
goodstar/feeyo-redisproxy
A fast and lightweight Redis Proxy and Kafka Proxy
goodstar/HikariCP
光 HikariCP・A solid, high-performance, JDBC connection pool at last.
goodstar/hmily
高性能异步分布式事务TCC框架
goodstar/Hystrix
Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
goodstar/jafka
a fast and simple distributed publish-subscribe messaging system (mq)
goodstar/Java-Runtime-Compiler
Java Runtime Compiler
goodstar/JCSprout
👨🎓 Java Core Sprout : basic, concurrent, algorithm
goodstar/jedis
A blazingly small and sane redis java client
goodstar/jelly-jubao
基于bitstwinkle-jelly的通用的账户、分账、计费系统
goodstar/kvstore_java_race_se
华为云TaurusDB性能挑战赛复赛
goodstar/lettuce-core
Advanced Java Redis client for thread-safe sync, async, and reactive usage. Supports Cluster, Sentinel, Pipelining, and codecs.
goodstar/neural
高并发、高可用的微服务架构中的分布式治理利刃,提供了分布式限流、服务降级、熔断器、重试器等容错特性,并提供了SPI、过滤器和JWT等功能。此外还提供了很多小的黑科技(如:IP黑白名单、UUID加强版、Snowflake和大并发时间戳获取等)。
goodstar/pay-java-parent
第三方支付对接全能支付Java开发工具包.优雅的轻量级支付模块集成支付对接支付整合(微信,支付宝,银联,友店,富友,跨境支付paypal,payoneer(P卡派安盈)易极付)app,扫码,网页刷脸付刷卡付条码付转账服务商模式,微信分账,微信合单支付、支持多种支付类型多支付账户,支付与业务完全剥离,简单几行代码即可实现支付,简单快速完成支付模块的开发,可轻松嵌入到任何系统里 目前仅是一个开发工具包(即SDK),只提供简单Web实现,建议使用maven或gradle引用本项目即可使用本SDK提供的各种支付相关的功能
goodstar/questdb
Relational database with ultimate time-series performance
goodstar/Raincat
强一致分布式事务框架
goodstar/redisson
Redisson - distributed Java objects and services (Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate) on top of Redis server. State of the Art Redis Java client
goodstar/RoaringBitmap
A better compressed bitset in Java
goodstar/roncoo-pay
龙果支付系统(roncoo-pay)是国内首款开源的互联网支付系统,拥有独立的账户体系、用户体系、支付接入体系、支付交易体系、对账清结算体系。目标是打造一款集成主流支付方式且轻量易用的支付收款系统,满足互联网业务系统打通支付通道实现支付收款和业务资金管理等功能。
goodstar/server
即时通讯(IM)系统
goodstar/StabilityGuide
【稳定大于一切】打造国内稳定性领域知识库,让无法解决的问题少一点点,让世界的确定性多一点点。
goodstar/t-io
t-io是基于aio(nio2)的网络编程框架,和netty属于同类,但t-io更注重一线开发工程师的感受,提供了大量和业务相关的API。基于t-io来开发IM、TCP私有协议、RPC、游戏服务器端、推送服务、实时监控、物联网、UDP、Socket将会变得空前的简单。