Kanashi 是一款基于 kotlin 开发的分布式 NoSQL 内存数据库,支持事务。确切的来说,旨在作者加深学习分布式写出来的玩具,并不对标现有的成熟数据库。Kanashi 基于 netty 来进行通信,基于 raft 实现了选举,可以说是内置了一个粗糙的 NameServer。日志同步相关功能则是由 Kafka 改造而来。此外,Kanashi 还支持事务,目前仅支持 Repeatable read 的隔离级别。
☆10Sep 11, 2024Updated last year
Alternatives and similar repositories for kanashi
Users that are interested in kanashi are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- How-to on tools in which I am interested☆13Jan 23, 2018Updated 8 years ago
- Republic 是一款简单易用的 RPC 框架,QPS 在 6000 左右,基于 raft 实现了高可用的注册中心,基于 kotlin 开发,支持 Java、Kotlin。它并不需要寄托于 spring 环境使用,依赖极少,只使用了 netty、hessian、以及 gu…☆10Jan 26, 2022Updated 4 years ago
- 基于SpringCloud的配置中心。支持从自研配置中心拉取配置,并在配置发生变更时同步修改本地环境配置。☆10Jun 28, 2024Updated 2 years ago
- `prometheus` backend for `metrics` crate☆14Jul 23, 2026Updated 3 weeks ago
- A Lua implementation built on GraalVM (In development)☆13Jun 26, 2024Updated 2 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.
- 可靠消息最终一致性在spring cloud下的实现Demo☆10Aug 7, 2018Updated 8 years ago
- ☆20May 5, 2022Updated 4 years ago
- Jack Liu's Golang personal summary main points notes, notes to fast understand golang, if you heck for the latest updates:☆21Oct 22, 2025Updated 9 months ago
- Easy-Log是一个基于SpringBoot AOP实现的日志组件,具有全自动记录日志、支持记录MyBatis执行操作的数据快照、支持性能测试、注解/自定义注解/无注解记录操作日志的功能,支持自定义标签和SpEL表达式,提供Web管理界面进行在线动态控制日志功能的启停、同…☆19Dec 1, 2023Updated 2 years ago
- User defined intrinsics, tailrec optimization☆12Nov 26, 2022Updated 3 years ago
- ☆11Jun 8, 2024Updated 2 years ago
- 蜜蜂牧场是一个数据采集清洗工具,也是一个ETL工具,同时也是一套脚本语言。☆14Jul 1, 2018Updated 8 years ago
- Vert.x PoC for Project Loom Support☆15Jun 22, 2022Updated 4 years ago
- HotSpot Crash Examiner IntelliJ Plugin☆16Mar 27, 2026Updated 4 months ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- Asynchronously writes journal and snapshot entries to configured R2DBC databases so that Apache Pekko Actors can recover state☆21Updated this week
- A minimalist developer-friendly shell prompt for fish shell☆11Feb 10, 2020Updated 6 years ago
- ☆20Jul 18, 2026Updated last month
- ☆11Apr 18, 2019Updated 7 years ago
- springmvc+mybatis+beetl+aceAdmin☆12Sep 25, 2015Updated 10 years ago
- 一个纯Golang的libfuse实现☆14Jan 14, 2019Updated 7 years ago
- A simple JSON parser and (de)serializer library for java/kotlin and kotlin-native/js. Also provides a strongly-typed language: vjson-scri…☆51Dec 22, 2023Updated 2 years ago
- 自己的一些瞎写的leetcode题,数据结构,算法等等