Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Javaguide | 134,339 | 21 hours ago | 66 | apache-2.0 | Java | |||||
「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide! | ||||||||||
Codeguide | 9,727 | 2 days ago | 31 | apache-2.0 | ||||||
:books: 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)! | ||||||||||
Finagle | 8,656 | 13 | 131 | 22 days ago | 66 | February 11, 2021 | 59 | apache-2.0 | Scala | |
A fault tolerant, protocol-agnostic RPC system | ||||||||||
Gofamily | 1,710 | a day ago | ||||||||
🔥 go 后端程序员宝典:go基础语法,go底层原理,go runtime 实现原理,go 并发模式 ,go语言项目经验 | ||||||||||
Javakeeper | 1,642 | 15 days ago | 7 | Java | ||||||
✍️ Java 工程师必备架构体系知识总结:涵盖分布式、微服务、RPC等互联网公司常用架构,以及数据存储、缓存、搜索等必备技能 | ||||||||||
Javaok | 725 | 4 years ago | ||||||||
必看!java后端,亮剑诛仙。java发展路线技术要点。 | ||||||||||
Cookbook | 686 | 4 months ago | 5 | mit | Java | |||||
🎉🎉🎉JAVA高级架构师技术栈==任何技能通过 “刻意练习” 都可以达到融会贯通的境界,就像烹饪一样,这里有一份JAVA开发技术手册,只需要增加自己练习的次数。🏃🏃🏃 | ||||||||||
Go_interview | 376 | 2 years ago | cc-by-sa-4.0 | |||||||
Interview Questions & Answers For Experienced Go Developers | 互联网 GO 工程师面经交流,学习 | ||||||||||
My Love | 359 | 2 years ago | 2 | Python | ||||||
(都是脑图,建议使用xmind 8 打开)工程师的自我修养 -> 从 linux , 网络,MQ, Rpc, 缓存, 高可用架构,数据库,语言,全方位成长,成为技术大神,优秀的工程师 , readme 包括蚂蚁, 头条, 美团等面试思考( 拿下 offer) | ||||||||||
Over Server | 235 | 2 years ago | 1 | mit | ||||||
架构相关:[进度20% ]记录分布式与微服务概念与实践,附Nginx、Mysql、Redis、Docker、K8S等常用服务端技术 |
This project is used in production at Twitter (and many other organizations), and is being actively developed and maintained.
Releases are done on an approximately monthly schedule. While semver is not followed, the changelogs are detailed and include sections on public API breaks and changes in runtime behavior.
Finagle is an extensible RPC system for the JVM, used to construct high-concurrency servers. Finagle implements uniform client and server APIs for several protocols, and is designed for high performance and concurrency. Most of Finagles code is protocol agnostic, simplifying the implementation of new protocols.
For extensive documentation, please see the user guide and API documentation websites. Documentation improvements are always welcome, so please send patches our way.
The following are a few of the companies that are using Finagle:
For a more complete list, please see our adopter page. If your organization is using Finagle, consider adding a link there and sending us a pull request!
We feel that a welcoming community is important and we ask that you follow Twitter's Open Source Code of Conduct in all interactions with the community.
The release
branch of this repository contains the latest stable release of
Finagle, and weekly snapshots are published to the develop
branch. In general
pull requests should be submitted against develop
. See
CONTRIBUTING.md
for more details about how to contribute.
Copyright 2010 Twitter, Inc.
Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0