基于 Netty + Zookeeper + Protostuff 的简易 RPC 框架
☆50Sep 7, 2021Updated 4 years ago
Alternatives and similar repositories for ccx-rpc
Users that are interested in ccx-rpc are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Kanashi 是一款基于 kotlin 开发的分布式 NoSQL 内存数据库,支持事务。确切的来说,旨在作者加深学习分布式写出来的玩具,并不对标现有的成熟数据库。Kanashi 基于 netty 来进行通信,基于 raft 实现了选举,可以说是内置了一个粗糙的 NameS…☆10Sep 11, 2024Updated last year
- 基于spark的推荐系统,包含离线召回模块、排序模块、服务模块、秒杀模块四个模块☆19Mar 5, 2021Updated 5 years ago
- 实现轻量级RPC框架,网络通信框架Netty、注册中心(Zookeeper、Nacos)、Java基础(注解、反射、多线程、Future、SPI 、动态代理)、自定义传输协议、多种序列化(ProtoBuf / Kyro / Hessian)、Gzip压缩、轮询、随机、一致性…☆14May 7, 2022Updated 4 years ago
- ☆13Aug 28, 2024Updated last year
- 基于SpringCloud的配置中心。支持从自研配置中心拉取配置,并在配置发生变更时同步修改本地环境配置。☆10Jun 28, 2024Updated last year
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- pingcap 面试小作业☆36Aug 28, 2020Updated 5 years ago
- Republic 是一款简单易用的 RPC 框架,QPS 在 6000 左右,基于 raft 实现了高可用的注册中心,基于 kotlin 开发,支持 Java、Kotlin。它并不需要寄托于 spring 环境使用,依赖极少,只使用了 netty、hessian、以及 gu…☆10Jan 26, 2022Updated 4 years ago
- ☆19Feb 27, 2024Updated 2 years ago
- ☆11Jun 15, 2019Updated 7 years ago
- ☆14Aug 3, 2021Updated 4 years ago
- 上海交通大学软件学院课程《应用系统体系架构》(SE3353)笔记☆11Feb 2, 2024Updated 2 years ago
- 基于项目k临近的协同过滤的Hadoop实现,数据集采用MovieLens,对某一用户推荐k个预测电影。 Using the item-based collaborative filtering to predict k neighbors on dataset MovieL…☆11Mar 23, 2016Updated 10 years ago
- (AAAI'20) The source code for the paper "Joint Parsing and Generation for Abstractive Summarization".☆15Apr 3, 2020Updated 6 years ago
- A custom RPC framework implemented by Netty+Kyro+Zookeeper.(一款基于 Netty+Kyro+Zookeeper 实现的自定义 RPC 框架-附详细实现过程和相关教程。)☆4,418Sep 30, 2025Updated 8 months ago
- 1-Click AI Models by DigitalOcean Gradient • AdDeploy popular AI models on DigitalOcean Gradient GPU virtual machines with just a single click. Zero configuration with optimized deployments.
- Easy-Log是一个基于SpringBoot AOP实现的日志组件,具有全自动记录日志、支持记录MyBatis执行操作的数据快照、支持性能测试、注解/自定义注解/无注解记录操作日志的功能,支持自定义标签和SpEL表达式,提供Web管理界面进行在线动态控制日志功能的启停、同…☆18Dec 1, 2023Updated 2 years ago
- 我的读书笔记☆13Updated this week
- raft协议的Java版本简单实现