参加阿里巴巴中间件比赛时的mom项目源码
☆22Nov 12, 2015Updated 10 years ago
Alternatives and similar repositories for mom
Users that are interested in mom are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 参加阿里巴巴中间件比赛时的rpc项目源码,高性能RPC框架☆254Nov 12, 2015Updated 10 years ago
- 阿里巴巴中间件大赛第二赛季代码(最终排名13,比赛结束之后跑出了31.5w的query数量)☆30Aug 12, 2016Updated 9 years ago
- 2018 阿里巴巴中间件挑战赛 - Service Mesh Agent 题目设计☆11Sep 3, 2018Updated 7 years ago
- 2015 ali中间件比赛项目,1. 通信模块: 涉及到了消息架构设计,每一个主题分配1-2个队列,这个是可以横向增加,考虑到了一个主题有多个消费者订阅,而且还有过滤条件,为了负载均衡,对应的队列投递消息是根据随机数对队列数取膜完成的。以上是内存队列。 2. 持久化系统:因…☆86Apr 5, 2018Updated 8 years ago
- 阿里巴巴第三届中间件性能挑战赛初赛程序——进程内消息引擎☆11Jul 9, 2017Updated 8 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 第三届阿里中间件性能挑战赛, 赛后整理☆17Oct 10, 2018Updated 7 years ago
- 第三届阿里中间件性能挑战赛 初赛记录及源码分享。供学习交流!☆15Jun 5, 2017Updated 8 years ago
- 两阶段提交协议的demo实现,主要用于个人学习☆14Apr 5, 2016Updated 10 years ago
- 阿里中间件比赛系列代码,包括:第二届初复赛、第三届初复赛。☆16Jan 28, 2018Updated 8 years ago
- java分布式爬虫,主机和从机控制的机制☆14May 21, 2015Updated 11 years ago
- 学习netty时的一些demo,学习书籍netty权威指南,以及自己实现的基于netty的私有协议栈☆18Aug 28, 2017Updated 8 years ago
- a simple rpc framework for java☆14Dec 9, 2014Updated 11 years ago
- j360系列 - 缓存异步写数据库的框架☆15Apr 14, 2016Updated 10 years ago
- 对SkyWalking 中的埋点部分进行抽离形成一个独立的针对于JAVA 埋点的项目。☆13Aug 31, 2022Updated 3 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.
- Just Docker, But Fake 💫 在重造轮子中体悟与成长☆18Nov 4, 2022Updated 3 years ago
- 阿里巴巴大数据竞赛☆63Jun 2, 2014Updated 11 years ago
- Scala练习项目:包括scala基础知识,Spark RDD,DataFrame,Spark SQL,spark与HDFS、Phoenix、Hbase交互。☆12Nov 11, 2022Updated 3 years ago
- Excavator(挖掘机)是一个分布式的Java RMI框架。(求项目使用,有兴趣的可以电邮oldmanpushcart@gmail.com)☆51Jun 29, 2022Updated 3 years ago
- A Distributed Message Middleware☆18Jan 8, 2013Updated 13 years ago
- 爬虫项目源码整理,使用redis进行url缓存,hbase进行详细信息的存储。使用zookeeper进行爬虫线程的状态监控。☆19Oct 7, 2015Updated 10 years ago
- Flow Arch(流式架构)/Reactive Programming(RP/反应式编程) 实践☆12Dec 18, 2018Updated 7 years ago
- netty实现的轻量级rpc框架☆20Dec 16, 2022Updated 3 years ago
- ☆10Oct 12, 2015Updated 10 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 一个Java实现的轻量级的rpc小框架☆36Dec 16, 2022Updated 3 years ago
- 微博数据分析服务框架。☆12Nov 10, 2015Updated 10 years ago
- A MP3 music player implemented in JAVA.☆12Jan 18, 2014Updated 12 years ago
- A custom watcher plugin for Elasticsearch that feeds Apache Kafka☆11Mar 9, 2018Updated 8 years ago
- 轻量级java消息中间件☆55Aug 16, 2016Updated 9 years ago
- DevOps 流程可视化神器。A DevOps tools to record path to DevOps production. Design for main DevOps module☆20Jul 8, 2020Updated 5 years ago
- Plugin to push elasticsearch data to newrelic☆44Jul 24, 2013Updated 12 years ago
- java 网络编程☆13Oct 15, 2017Updated 8 years ago
- ☆11Feb 12, 2020Updated 6 years ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- 全球峰会文档☆11Aug 26, 2019Updated 6 years ago
- 使用Spring+SpringMVC+Mybatis+Activiti 实现的一个简单的工作流项目☆22Sep 5, 2016Updated 9 years ago
- rapids团队 (https://github.com/WANG-lp and https://github.com/CheYulin ),香港科技大学,2017年,第三届阿里中间件性能挑战赛复赛代码/答辩ppt/比赛攻略文档(第6名,最终答辩成绩:季军)☆51Jul 19, 2017Updated 8 years ago
- vine是一款轻量级的分布式调用链路追踪-Java探针,vine只是探针,对于同进程内,vine在调用链路入口处创建用于收集日记的单向链表, 调用链路上每经过一个方法都会向链表尾部追加日记,最终在调用链路出口处打印整个调用链路的日记。不同进程间,通过传递事件ID将整条链路串…☆14Dec 2, 2020Updated 5 years ago
- Automatically generates schema given json samples.☆10Jun 1, 2016Updated 9 years ago
- binlog工具,elasticsearch river、kafka river、cache sync☆10Nov 28, 2018Updated 7 years ago
- Jetbrains IDEA plugin for https://github.com/liuzhengyang/lets-hotfix☆12Mar 13, 2021Updated 5 years ago