anurnomeru / kanashi
Kanashi 是一款基于 kotlin 开发的分布式 NoSQL 内存数据库,支持事务。确切的来说,旨在作者加深学习分布式写出来的玩具,并不对标现有的成熟数据库。Kanashi 基于 netty 来进行通信,基于 raft 实现了选举,可以说是内置了一个粗糙的 NameServer。日志同步相关功能则是由 Kafka 改造而来。此外,Kanashi 还支持事务,目前仅支持 Repeatable read 的隔离级别。
☆11Updated 2 months ago
Related projects ⓘ
Alternatives and complementary repositories for kanashi
- 使用panama api为java提供io_uring的绑定而无需使用jni绑定,同时统一文件IO和网络IO的模型,提供一套易用的异步IO API☆81Updated this week
- 提供无需添加额外启动参数就可以使用JDK带来的各种内部api的解决方案 兼jvmci探索☆43Updated 2 months ago
- 基于eventloop的java非阻塞网络库,实现了事件驱动,无锁的基于最小堆的定时器,便于扩展的pipeline机制以及内存池☆17Updated 2 years ago
- raw nio practice(Event Loop, Load Balancer, HTTP/1.1 Server)☆25Updated 3 years ago
- 本文面向于基础的后端开发入门,用于帮助青柚工作室后端入门☆49Updated 6 months ago
- Vert.x 4网站翻译☆86Updated last year
- HTTP,WebSocket ... with Netty☆11Updated 2 years ago
- 🚀 lightweight, high-performance AOP framework based on Java Annotation Processing, similar to Lombok☆95Updated 2 years ago
- A reactive DDD implement based on Kotlin and Vert.x☆26Updated last year
- A simple JSON parser and (de)serializer library for java/kotlin and kotlin-native/js. Also provides a strongly-typed language: vjson-scri…☆48Updated 10 months ago
- ☆19Updated 2 years ago
- 基于netty实现的MQ☆22Updated 2 years ago
- A Java library for applications software infrastructure☆114Updated this week
- 🚀 The aquifer is a java web framework based on Java8 and netty☆36Updated 3 years ago
- qing-gateway是用于请求转发、协议转换、可观测性、服务编排的Java NIO API网关(学习使用非常佳)。☆30Updated last year
- 1) proxy: LB,DNS,Socks. 2) k8s: CRD and Controllers. 3) sdn: TCP/IP Stack + Flow Tables.☆152Updated last month
- leveldb的源码中文注释解读版☆51Updated 3 years ago
- ☆12Updated 2 years ago
- A pluggable, high-performance RPC framework written in java☆60Updated 3 weeks ago
- 树新蜂☆23Updated 2 years ago
- 🏆 Zero后端重置框架:http://www.zerows.io(新)☆159Updated last year
- WAST is a high-performance Java toolset library package that includes JSON, YAML, CSV, HttpClient, JDBC and EL engines☆40Updated this week
- 🦝 Java CompletableFuture-Fu(CF-Fu, pronounced "Shifu"), a tiny sidekick library to make CompletableFuture usage more convenient, more ef…☆181Updated this week
- 🎃Rate limit for java.(java 渐进式限流工具框架,支持 spring springboot 字节码)☆27Updated last year
- netty到底能干什么? 这个项目告诉你, netty什么都能干☆43Updated 2 years ago
- The mini tomcat.(手写从零实现简易版 tomcat。别称【嗅虎】心有猛虎,轻嗅蔷薇。)☆23Updated 6 months ago
- jvm diagnose tool by swapping bytecode☆64Updated last week
- A distributed scheduling job framework supporting DAG workflow for big data and regular jobs, providing programmable job types across dif…☆147Updated 11 months ago
- 《Java虚拟机字节码:从入门到实战》第二版《深入浅出JVM字节码》开源电子书。这本书详细介绍ASM框架的API、Class文件结构解析、HotSpot虚拟机类加载源码分析、动态代理与字节码插桩的实现。☆45Updated 4 months ago