Pinned Repositories
cabot
Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty
hades-node-client
A simple NodeJS client which supports distribute configuration center and services auto-discovery based on zookeeper.
hades-web
A smart web management for configuration-center.(hades-node-client:https://github.com/vernonzheng/hades-node-client)
icu-media
Icu tools for media, as a wrapper for ffmpeg and graphicmagick and etc.
jforth-config
Distributed Configuration Management Support for local and centralized configuration.(基于zookeeper的分布式配置中心)
jforth-excel-orm
A excel ORM framework.(基于poi的excel orm框架)
kafka
Mirror of Apache Kafka
node-service-cluster
A service cluster framework for nodejs
ray
ray is a gateway service.
scala-for-the-Impatient
My solutions for "Scala for the Impatient" exercises.
FennZheng's Repositories
FennZheng/scala-for-the-Impatient
My solutions for "Scala for the Impatient" exercises.
FennZheng/hades-web
A smart web management for configuration-center.(hades-node-client:https://github.com/vernonzheng/hades-node-client)
FennZheng/ray
ray is a gateway service.
FennZheng/icu-media
Icu tools for media, as a wrapper for ffmpeg and graphicmagick and etc.
FennZheng/node-service-cluster
A service cluster framework for nodejs
FennZheng/Odin
Odin
FennZheng/Sniper
Personal investment strategy learning in Chinese stock market
FennZheng/xmindparser-java
xmind解析为json,对象,支持xmindzen,旧版xmind8
FennZheng/171208newCrawler
Java自用爬虫框架之巨潮网站A股爬虫
FennZheng/alibaba-mom
2015 ali中间件比赛项目,1. 通信模块: 涉及到了消息架构设计,每一个主题分配1-2个队列,这个是可以横向增加,考虑到了一个主题有多个消费者订阅,而且还有过滤条件,为了负载均衡,对应的队列投递消息是根据随机数对队列数取膜完成的。以上是内存队列。 2. 持久化系统:因为考虑到机器坏掉,broker不可用等等原因导致的消息丢失,就需要每次收到的消息必须及时落盘,这个就是比赛优化的重中之重。为此设计了一个小型的文件系统,借鉴阿里的rocketmq. 用一个大的日志文件,一般1G大小每个,和内存队列的结构映射到实体队列。整个日志文件是顺序文件,每条消息固定大小,里面有对应的队列号,消息号,还有长度等等。这个方便恢复消息到实体队列用的。 同步刷盘,异步刷盘,持久化必须可靠,所以一般是同步刷盘到日志文件,日志文件定时异步刷盘到实体队列,实体队列里面是索引,消息的本体在日志文件里面。为了加快大面积的写入速度,用了内存映射:内存映射文件首先将外存上的文件映射到内存中的一块连续区域,被当成一个字节数组进行处理,读写操作直接对内存进行操作,而后再将内存区域重新映射到外存文件,这就节省了中间频繁的对外存进行读写的时间,大大降低了读写时间
FennZheng/boot67
2016-2017末尾写的boot项目,里面含有A股交易所行情源解析的核心片段+es客户端的使用,异步持久化的线程模型
FennZheng/byte-buddy
Runtime code generation for the Java virtual machine.
FennZheng/cabot-alert-email
An email plugin for cabot
FennZheng/cloud-native-starter
Cloud Native Starter for Java/Jakarta EE based Microservices on Kubernetes and Istio
FennZheng/demo-agent
java agent demo
FennZheng/dHydra
主要针对多数据源多策略实时计算的量化分析开发框架。提供新浪Level2等数据获取
FennZheng/dubbo
Dubbo is a distributed service framework enpowers applications with service import/export capability with high performance RPC.
FennZheng/guano
zookeeper dump and restore utility
FennZheng/instagram-scraper
Scrapes an instagram user's photos and videos
FennZheng/istock
:point_right:一个基于spring boot 实现的java股票爬虫(仅支持A股),如果你:heart:请:star: . V2升级版正在开发中!
FennZheng/java-agents-demo
An example of bytecode modifying Java agents done with Javassist and Byte Buddy
FennZheng/metrics
:chart_with_upwards_trend: Capturing JVM- and application-level metrics. So you know what's going on.
FennZheng/promql_java_client
java client for prometheus http api
FennZheng/redisson
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based 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, MyBatis, RPC, local cache ...
FennZheng/rocketmq-exporter
Apache RocketMQ Prometheus Exporter
FennZheng/Sentinel
A lightweight powerful flow control component enabling reliability and monitoring for microservices. (轻量级的流量控制、熔断降级 Java 库)
FennZheng/stockrecorder
记录A股美股股票分时数据
FennZheng/Takin
Takin is an Java-based, open-source system designed to measure online environmental performance test for full-links, Especially for microservices. Through ArchKeeper, middlewares and applications can identify real online traffic and test traffic, ensure that they enter the right databases.
FennZheng/thrift
Mirror of Apache Thrift
FennZheng/vue-pipeline
A pipeline component like jenkins blue ocean plugin.