title |
---|
java-open-source-projects |
java的开源项目很多。 仅列举一些实用性强的工具。
序号 | 名称 | 项目地址 | 简介 |
---|---|---|---|
1 | QuestionAnsweringSystem | https://github.com/ysc/QuestionAnsweringSystem | QuestionAnsweringSystem是一个Java实现的人机问答系统,能够自动分析问题并给出候选答案。 |
2 | wechat-robot | https://github.com/biezhi/wechat-robot | java实现的微信机器人 |
3 | ku8eye | https://github.com/bestcloud/ku8eye | 可视化的k8s集群部署工具 |
4 | keywhiz | https://github.com/square/keywhiz | 密码管理工具 |
5 | Hystrix | https://github.com/Netflix/Hystrix | 用来隔离远程系统调用, 第三方库调用 ,服务调用, 提供熔断机制,避免雪崩效应的库 |
6 | flume | https://github.com/apache/flume | java项目。用于海量收集,聚合日志的分布式系统。 |
7 | CrapApi | https://github.com/EhsanTang/CrapApi | Web接口管理工具、API接口管理、文档管理,angularjs+bootstrap+springMVC搭建的免费开源的API接口管理系统 http://api.crap.cn |
8 | RAP | https://github.com/thx/RAP | Web接口管理工具,开源免费,接口自动化,MOCK数据自动生成,自动化测试,企业级管理。阿里妈妈MUX团队出品!阿里巴巴都在用!1000+公司的选择!一直被抄袭,从未被超越 :3 http://rapapi.net |
9 | apiman | https://github.com/apiman/apiman | api管理,可用于限流,增加认证,ip过滤, 监控指标等 |