mykit架构中独立出来的mykit-lock组件,旨在提供高并发架构下分布式系统的分布式锁架构。 分布式锁是控制分布式系统之间同步访问共享资源的一种方式。在分布式系统中,常常需要协调他们的动作。如果不同的系统或是同一个系统的不同主机之间共享了一个或一组资源,那么访问这些资源的时候,往往需要互斥来防止彼此干扰来保证一致性,在这种情况下,便需要使用到分布式锁。
☆16Dec 5, 2023Updated 2 years ago
Alternatives and similar repositories for mykit-lock
Users that are interested in mykit-lock are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 🔥🔥🔥全网首个完全开源的分布式全局有序序列号(分布式ID生成器)服务,支持嵌入式(Jar包)、RPC(Dubbo,motan、sofa、SpringCloud、SpringCloud Alibaba等主流的RPC框架)、Restful API方式发布服务。☆86Nov 1, 2023Updated 2 years ago
- distributed transaction book☆12May 28, 2020Updated 6 years ago
- 鄙人写的图书《Tomcat内核设计剖析》,欢迎订购阅读。☆12Sep 11, 2017Updated 8 years ago
- 一个通用的开源工具集,集Web、Restful服务、分布式服务、分布式数据库、分布式事务、大数据、数据分析、云计算、人工智能、深度学习、机器学习、算法等为一体的通用开源解决方案,持续更新中。。。☆80Jun 20, 2022Updated 3 years ago
- 🔥🔥🔥最终消息一致性的分布式事务框架mykit-transaction-message,使用disruptor极大的提升了框架的性能。目前已使用到生产环境,经受住了分布式事务场景的考验。☆108Oct 11, 2023Updated 2 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.
- mykit-chat是基于Netty实现的实时聊天系统服务器端:1. 支持昵称登录; 2. 支持多人同时在线; 3. 同步显示在线人数; 4. 支持文字和表情的内容; 5. 浏览器与服务器保持长连接,定时心跳检测;☆37Jun 17, 2022Updated 4 years ago
- 🔥🔥🔥支持插件化、可视化的数据异构框架mykit-data开源啦!支持MySQL到MySQL、MySQL到Oracle、Oracle到MySQL、Oracle到Oracle的全量、增量数据同步。完全的插件化、可视化操作。通过日志最大限度的避免同步过程中的数据丢失。支持…☆194Apr 6, 2023Updated 3 years ago
- leveldb的源码中文注释解读版☆51Aug 21, 2021Updated 4 years ago
- mykit-excel插件是通用的Excel导出导出框架,旨在提供通用的Excel导入导出功能,支持以注解方式选择JavaBean中的部分字段导出,并提供注解指定Excel列标题和排序功能。☆33Dec 16, 2022Updated 3 years ago
- leveldbd是一个nosql数据库,底层使用leveldb作为存储引擎,提供REST接口☆13Jun 18, 2015Updated 11 years ago
- Spring Boot学习用系列工程☆10Jan 15, 2020Updated 6 years ago
- 🔥🔥🔥冰河技术知识星球《Spring核心技术》专栏源码,扫码5折加入星球☆47May 29, 2023Updated 3 years ago
- ☆11Dec 17, 2020Updated 5 years ago
- 基于 Vert.x 的简单脚手架,整合使用了 gRPC、RxJava 等库☆10Sep 18, 2019Updated 6 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.
- 🔥🔥🔥 mykit中分离出的强大的数据库同步工具——mykit-db-sync。 基于java开发的功能强大、配置灵活的数据库同步工具,目前支持MySQL、SQL Server和Oracle数据库的同步,在实际应用场景中,我们经常需要定期将一个数据库的数据同步…☆196Jun 21, 2022Updated 3 years ago
- 纯算法可以获取到1900-2100年之间任意日期的详细信息,包括:节日、是否闰年和闰月、公历和农历、对应的二十四节气以及天干地支信息等。☆25Jun 17, 2022Updated 4 years ago
- 手把手教你响应式编程 ⚛☆14May 20, 2026Updated 3 weeks ago
- Database persistence layer tool based auto-gen JDBC code☆13Nov 5, 2025Updated 7 months ago
- 基于spring boot + quartz + redis实现job任务调度,前端使用vue和element-ui实现页面控制台。☆13Jan 30, 2019Updated 7 years ago
- micro-job是一款轻量级的分布式任务执行框架,内部集成了quartz框架来完成任务的分布式调度,quartz是一个强大的任务执行框架,但是quartz为我们提供的功能却是有限,我们较为关心的执行日志采集、任务失败重试、任务权重调度等,在原生的quartz框架内实现会较…☆15Jan 22, 2019Updated 7 years ago
- 🔥🔥🔥Mykit体系中提供的简单、稳定、可扩展的延迟消息队列框架,提供精准的定时任务和延迟队列处理功能☆337Jan 12, 2022Updated 4 years ago
- 多级缓存架构项目,kafka读取缓存更新请求,从数据库获取缓存,写入ehcache和redis☆11Jul 6, 2018Updated 7 years ago
- spring cloud alibaba系列学习案列☆11Nov 3, 2019Updated 6 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.
- Implementation of classic distributed algorithms: membership, failure detection, quorum, replication etc.☆12Jan 12, 2020Updated 6 years ago
- A lightweight reactive RPC-like system built on Akka IO☆45Apr 23, 2015Updated 11 years ago
- 数据基本清洗包括日期、时间、数值、字符串、字符、金钱、数据库(mysql、postgresql、mongodb、hbase、hdfsmemcached)、加解密(md5、sha、base64、aes、rsa)、文件、http服务、正则表达式等,后期会不断更新。☆13Jul 25, 2018Updated 7 years ago
- shiro系列学习记录☆17Apr 22, 2019Updated 7 years ago
- A lib to transform data from jdbc,csv,json to ecah other.☆15May 9, 2017Updated 9 years ago
- High Performance Marmotta Backend implementation in C++ (using gRPC and LevelDB)☆16Dec 12, 2015Updated 10 years ago
- 开发轻量级RPC框架 🦈☆13Jun 1, 2026Updated 2 weeks ago
- This example will help you understand gRPC better.☆11Feb 4, 2022Updated 4 years ago
- Source code for 'Pro Hadoop Data Analytics' by Kerry Koitzsch☆14Jul 6, 2023Updated 2 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.
- 微服务架构实战篇(五):Spring boot2.x + Guava 并使用RateLimiter秒杀限流☆12Mar 14, 2019Updated 7 years ago
- Set of adapters for GraphQL query language to the Tarantool data model☆20Apr 13, 2022Updated 4 years ago
- Distributed Messaging Framework based on Netty, Apache Ignite, gRPC☆13Dec 17, 2018Updated 7 years ago
- WeChat related projects (public number and small program) payment sharing☆11May 9, 2019Updated 7 years ago
- ☆18Jun 21, 2022Updated 3 years ago
- Hash tree enabling efficient comparisons☆11Jan 28, 2024Updated 2 years ago
- springboot学习demo和笔记☆22May 26, 2023Updated 3 years ago