异常日志收集客户端 环境隔离版本
☆58Jun 17, 2022Updated 4 years ago
Alternatives and similar repositories for woodpecker-client
Users that are interested in woodpecker-client are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 异常日志服务端 后台☆12Jun 17, 2022Updated 4 years ago
- ☆21Dec 16, 2022Updated 3 years ago
- Eagle分布式rpc调用,借助Zookeeper实现服务注册和发现,基于AQS实现高性能连接池,支持分布式追踪、监控、过载保护等配置。提供Spring和SpringBoot插件,方便与Spring和SpringBoot集成。☆79Dec 16, 2022Updated 3 years ago
- huge list of database benchmark aerospike, clickhouse, cockroach, cockroachdb, cratedb, memsql, mysql, nuodb, postgresql, redis, scylladb…☆35May 19, 2025Updated last year
- 采用Reactor模式,注册readycreate, readyfinish事件到更新服务UpdateService,通过处理后进行模型缓存,然后将消息转化为 dispatchThread消息分配模型需要的create, update, finish的事件进行单线程循环调度…☆31Jun 1, 2017Updated 9 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 由java构建的轻量级消息队列,支持订阅和点对点模式☆34Mar 18, 2019Updated 7 years ago
- 数据框架☆15Dec 16, 2022Updated 3 years ago
- 集成 aspect、javassist、asm 实践 demo☆11Oct 21, 2019Updated 6 years ago
- Sentinel 是阿里中间件团队开源的,面向分布式服务架构的轻量级流量控制产品,主要以流量为切入点,从流量控制、熔断降级、系统负载保护等多个维度来帮助用户保护服务的稳定性。本项目为sentinel与dubbo结合的改造项目,主要解决sentinel与dubbo相结合的几个…☆54May 16, 2019Updated 7 years ago
- ☆40May 13, 2016Updated 10 years ago
- 用于将大量的数据进行分片分页分批处理的通用处理框架☆40Dec 23, 2018Updated 7 years ago
- 用Java实现的一个简单的消息队列☆17Mar 17, 2017Updated 9 years ago
- 线程池+消息队列缓存 批量处理高并发任务☆13Sep 1, 2019Updated 6 years ago
- 基于java实现的有限状态自动机,轻松,快捷,高效的关联状态的扭转☆16May 7, 2019Updated 7 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- bekit框架致力于解决在应用开发中的公共性痛点,已有“事件总线”、“流程引擎”、“服务引擎”。其中“流程引擎”可作为分布式事务解决方案saga模式的一种实现,并且它很轻量不需要服务端、不需要配置,就可直接使用。☆98Jul 12, 2025Updated last year
- web在线答题☆11Aug 14, 2018Updated 7 years ago
- 限流幂等框架☆19Mar 29, 2018Updated 8 years ago
- a simple retry schedule (一个简单的重试机制实现)☆21Aug 30, 2017Updated 8 years ago
- 并发消费kafka数据并写入hdfs。 基于flink统计实时ip热点统计☆11Sep 5, 2023Updated 2 years ago
- 使用lua结合redis,mysql,nginx等开发的实用性测试案例☆13Oct 17, 2017Updated 8 years ago
- 经典java学习场景☆23Mar 1, 2026Updated 4 months ago
- 基于springboot , zookeeper , redis 分布式事务强一致性方案☆31Jun 17, 2022Updated 4 years ago
- Spring Cloud 跨服务数据聚合小框架,解决服务拆分的静态数据聚合之痛。举个栗子:两个服务,A服务的某张表用到了B服务的某张表的值,我们在对A服务那张表查询的时候,把B服务某张表的值聚合在A服务的那次查询过程中。☆39Jun 17, 2022Updated 4 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- swift是一个轻量级的web框架,实现了 IOC、MVC、ORM、AOP、RabbitMQ 功能,并且已经可以使用,满足基本的开发需要和学习使用,适合了解spring的基本原理。 未来将会逐步实现 安全管理 等功能。 如果你想观看源码,可以从 org.swift.fram…☆11Oct 24, 2023Updated 2 years ago
- 微信公众号抽奖后台☆10Sep 30, 2016Updated 9 years ago
- a new template for History of the World begun on www.layoutit.com☆12Sep 15, 2015Updated 10 years ago
- 第一届PolarDB数据库性能大赛代码。Java语言实现☆17Dec 22, 2018Updated 7 years ago
- ESB Server (企业消息服务总线)☆15Nov 21, 2018Updated 7 years ago
- 开源框架之手写系列,主要手写了springmvc,mybatis,rpc框架的实现,目前是跟着简书上一位博主的博客进行练习,先学习一下后期在做 功能性的扩展。有兴趣的同学可以参考博主的博客学习一下,加深一下自己对开源框架底层实现的掌握☆11Jan 3, 2018Updated 8 years ago
- MyBatis-Pageable是一款自动化分页的插件,基于MyBatis内部的插件Interceptor拦截器编写完成,拦截Executor.query的两个重载方法计算出分页的信息以及根据配置的数据库Dialect自动执行不同的查询语句完成总数量的统计。☆14Mar 18, 2019Updated 7 years ago
- i_arthas 是模仿阿里开源的阿尔萨斯(arthas)写的小工具。整体技术上采用 Java agent 对字节码的加载进 行拦截干涉,利用 ASM/ASM Byte Viewer 实现目标类字节码的加强,通过 Java attach 实现不同 虚拟机进程间的通信,做到了…☆47Jun 17, 2022Updated 4 years ago
- 这是一个使用中科院计算所分词器的历史答题系统, 能够建立简单的知识图谱, 并通过计算关联项决定答案。☆14Nov 19, 2015Updated 10 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- “Byte Buddy Tutorial” 中文翻译:Byte Buddy 教程。☆102Oct 3, 2024Updated last year
- 🚀 Easy, fast, and secure way to deploy & host Meteor apps.☆14Mar 14, 2017Updated 9 years ago
- 基于队列的任务调度及分发中间件,based on RocketMQ☆16Nov 16, 2022Updated 3 years ago
- rest 请求的API网关服务☆12Jan 12, 2019Updated 7 years ago
- Xmutca-rpc是一个基于netty开发的分布式服务框架,提供稳定高性能的RPC远程服务调用功能,支持注册中心,服务治理,负载均衡等特性,开箱即用。☆18Jun 17, 2022Updated 4 years ago
- ☆15Jun 30, 2021Updated 5 years ago
- RPC框架,基于netty,实现了远程调用、服务治理等功能☆16May 19, 2018Updated 8 years ago